X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.h;h=0f24f1951fdd107b9ad4246db42ccfe9919b46e7;hb=073795dd0afc7d7e4c093db5f83fc26c10501d61;hp=a2f50b29f503c95d2eda5564147fc63249aab82c;hpb=84160722392a024dda42bd86ca9bd85b68c49457;p=supertux.git diff --git a/src/title.h b/src/title.h index a2f50b29f..0f24f1951 100644 --- a/src/title.h +++ b/src/title.h @@ -19,7 +19,19 @@ // 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