summaryrefslogtreecommitdiffstats
path: root/game/client/main_menu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/main_menu.hh')
-rw-r--r--game/client/main_menu.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/game/client/main_menu.hh b/game/client/main_menu.hh
deleted file mode 100644
index 9166722..0000000
--- a/game/client/main_menu.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef CLIENT_MAIN_MENU_HH
-#define CLIENT_MAIN_MENU_HH 1
-#pragma once
-
-namespace main_menu
-{
-void init(void);
-void deinit(void);
-void layout(void);
-} // namespace main_menu
-
-#endif /* CLIENT_MAIN_MENU_HH */