hopefully fixed the crash on exit, keep sectors script bundled in the sector and...
[supertux.git] / src / misc.hpp
index 0978b14..a158a77 100644 (file)
 #ifndef SUPERTUX_MISC_H
 #define SUPERTUX_MISC_H
 
-enum OptionsMenuIDs {
-  MNID_FULLSCREEN,
-  MNID_SOUND,
-  MNID_MUSIC
+enum MainMenuIDs {
+  MNID_STARTGAME,
+  MNID_LEVELS_CONTRIB,
+  MNID_OPTIONMENU,
+  MNID_LEVELEDITOR,
+  MNID_CREDITS,
+  MNID_QUITMAINMENU
 };
 
-/* Handle changes made to global settings in the options menu. */
-void process_options_menu();
-
 /* Create and setup menus. */
 void setup_menu();
 void free_menu();