From b03bde3d412148cd573f5f14012cdd270f309947 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:00:26 +1000 Subject: starting work on immediate mode drawing --- src/ui/ui.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/ui/ui.h (limited to 'src/ui/ui.h') diff --git a/src/ui/ui.h b/src/ui/ui.h deleted file mode 100644 index c5ace97..0000000 --- a/src/ui/ui.h +++ /dev/null @@ -1,13 +0,0 @@ -/** - * @brief - */ - -#pragma once -#include "defines.h" - -typedef struct UI_Storage UI_Storage; - -PUB bool UI_Init(UI_Storage* storage); -PUB void UI_Shutdown(UI_Storage* storage); - -// TODO: define immui api -- cgit v1.2.3-70-g09d2