summaryrefslogtreecommitdiff
path: root/include/menu.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-12 23:08:00 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-12 23:08:00 +0200
commitf20dfd8240c5cab969b25a3c1e986b28c97f6898 (patch)
tree421171edf089cd50b70f44366cb02ad7fa251be3 /include/menu.h
parentf194481a520a39a1964348011df8deb108f789b7 (diff)
main menu work
Diffstat (limited to 'include/menu.h')
-rw-r--r--include/menu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h
index a00e020..294f87b 100644
--- a/include/menu.h
+++ b/include/menu.h
@@ -1,9 +1,13 @@
#ifndef INCLUDE_MENU
#define INCLUDE_MENU
+#include <projectbase/project_base.h>
+
typedef struct t_menu_state
{
} menu_state;
+void update_menu(platform_window* window);
+
#endif \ No newline at end of file