summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-13 17:41:48 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-13 17:41:48 +0200
commit54f6cfa8e4664a9f12bff327231848f219674e60 (patch)
tree1df26161a86598e7652d06dfee1cc4245e455adc /include
parentf20dfd8240c5cab969b25a3c1e986b28c97f6898 (diff)
menu work
Diffstat (limited to 'include')
-rw-r--r--include/asset_defs.h2
-rw-r--r--include/menu.h5
2 files changed, 2 insertions, 5 deletions
diff --git a/include/asset_defs.h b/include/asset_defs.h
index b187cda..455aad7 100644
--- a/include/asset_defs.h
+++ b/include/asset_defs.h
@@ -6,10 +6,12 @@
/////// Loaded at game start.
image* img_splash_art1;
image* img_splash_art2;
+image* img_splash_art3;
image* img_menu_screen;
Mix_Music* music_menu;
+Mix_Chunk* wav_woosh;
Mix_Chunk* wav_menu_hover;
font* fnt_52;
diff --git a/include/menu.h b/include/menu.h
index 294f87b..5d31256 100644
--- a/include/menu.h
+++ b/include/menu.h
@@ -3,11 +3,6 @@
#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