diff options
Diffstat (limited to 'src/game/client/main_menu.hh')
| -rw-r--r-- | src/game/client/main_menu.hh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/game/client/main_menu.hh b/src/game/client/main_menu.hh new file mode 100644 index 0000000..9166722 --- /dev/null +++ b/src/game/client/main_menu.hh @@ -0,0 +1,12 @@ +#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 */ |
