-Some cleanups in text scrolling code
[supertux.git] / src / title.h
index a2f50b2..0f24f19 100644 (file)
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
 
-void title(void);
+#ifndef SUPERTUX_TITLE_H
+#define SUPERTUX_TITLE_H
 
-// EOF //
+enum MainMenuIDs {
+  MNID_STARTGAME,
+  MNID_LEVELS_CONTRIB,
+  MNID_OPTIONMENU,
+  MNID_LEVELEDITOR,
+  MNID_CREDITS,
+  MNID_QUITMAINMENU
+  };
+  
+void title();
+
+#endif //SUPERTUX_TITLE_H