summaryrefslogtreecommitdiffstats
path: root/src/main-menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-menu.h')
-rw-r--r--src/main-menu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main-menu.h b/src/main-menu.h
index 7dffbd9..5e9f6e8 100644
--- a/src/main-menu.h
+++ b/src/main-menu.h
@@ -20,6 +20,8 @@
#ifndef DB_MAIN_MENU_H_
#define DB_MAIN_MENU_H_
-int db_main_menu(void);
+#include <SDL.h>
+
+int db_main_menu(SDL_Window *window);
#endif /* DB_MAIN_MENU_H_ */