Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MainMenu.hxx
Go to the documentation of this file.
1 #ifndef MAIN_MENU_HXX_
2 #define MAIN_MENU_HXX_
3 
4 #ifndef VERSION
5 #define VERSION 0
6 #endif
7 
11 bool mainMenu();
12 
13 #endif
mainMenu
bool mainMenu()
initializes and displays the main menu
Definition: MainMenu.cxx:34