Cytopia  0.3
A city building simulation game
GameTimeMenu.hxx
Go to the documentation of this file.
1 #ifndef GAMETIMEMENU_HXX_
2 #define GAMETIMEMENU_HXX_
3 
4 #include "UIManager.hxx"
5 
6 struct GameTimeMenu : public GameMenu
7 {
8  void draw() const override;
9 };
10 
11 #endif // GAMETIMEMENU_HXX_
GameTimeMenu::draw
void draw() const override
Definition: GameTimeMenu.cxx:15
GameTimeMenu
Definition: GameTimeMenu.hxx:6
GameMenu
Definition: UIManager.hxx:11
UIManager.hxx