DDraceNetwork Documentation
Loading...
Searching...
No Matches
menus_start.h
Go to the documentation of this file.
1/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
2/* If you are missing that file, acquire a complete release at teeworlds.com. */
3#ifndef GAME_CLIENT_COMPONENTS_MENUS_START_H
4#define GAME_CLIENT_COMPONENTS_MENUS_START_H
5
8
10{
11public:
12 void RenderStartMenu(CUIRect MainView);
13
14private:
15 bool CheckHotKey(int Key) const;
16};
17
18#endif
Definition component.h:15
Definition menus_start.h:10
bool CheckHotKey(int Key) const
Definition menus_start.cpp:279
void RenderStartMenu(CUIRect MainView)
Definition menus_start.cpp:25
Definition ui_rect.h:12