#include "gui/menu.hpp"
Go to the source code of this file.
Classes | |
class | MainMenu |
Enumerations | |
enum | MainMenuIDs { MNID_STARTGAME, MNID_LEVELS_CONTRIB, MNID_ADDONS, MNID_OPTIONMENU, MNID_LEVELEDITOR, MNID_CREDITS, MNID_QUITMAINMENU } |
enum MainMenuIDs |
MNID_STARTGAME | |
MNID_LEVELS_CONTRIB | |
MNID_ADDONS | |
MNID_OPTIONMENU | |
MNID_LEVELEDITOR | |
MNID_CREDITS | |
MNID_QUITMAINMENU |
Definition at line 26 of file main_menu.hpp.
00026 { 00027 MNID_STARTGAME, 00028 MNID_LEVELS_CONTRIB, 00029 MNID_ADDONS, 00030 MNID_OPTIONMENU, 00031 MNID_LEVELEDITOR, 00032 MNID_CREDITS, 00033 MNID_QUITMAINMENU 00034 };