summaryrefslogtreecommitdiff
path: root/src/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h13
1 files changed, 0 insertions, 13 deletions
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