refactored some supertux mainloops
[supertux.git] / src / misc.hpp
index 0978b14..7b97edd 100644 (file)
 #ifndef SUPERTUX_MISC_H
 #define SUPERTUX_MISC_H
 
+enum MainMenuIDs {
+  MNID_STARTGAME,
+  MNID_LEVELS_CONTRIB,
+  MNID_OPTIONMENU,
+  MNID_LEVELEDITOR,
+  MNID_CREDITS,
+  MNID_QUITMAINMENU
+};
+
 enum OptionsMenuIDs {
   MNID_FULLSCREEN,
   MNID_SOUND,