summaryrefslogtreecommitdiffstats
path: root/src/game/client/main_menu.hh
blob: 91667225709aed10a3cb412ce1ae7d76d889fb85 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */