X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.h;h=ce841b1441013de6ae45edbafc0af9a6aa5d4912;hb=70a0b03e3867246967ba6c31af62392cb343e548;hp=a2f50b29f503c95d2eda5564147fc63249aab82c;hpb=84160722392a024dda42bd86ca9bd85b68c49457;p=supertux.git diff --git a/src/title.h b/src/title.h index a2f50b29f..ce841b144 100644 --- a/src/title.h +++ b/src/title.h @@ -18,8 +18,19 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. +#ifndef SUPERTUX_TITLE_H +#define SUPERTUX_TITLE_H -void title(void); +enum MainMenuIDs { + MNID_STARTGAME, + MNID_LEVELS_CONTRIB, + MNID_OPTIONMENU, + MNID_LEVELEDITOR, + MNID_CREDITS, + MNID_QUITMAINMENU + }; + +void title(); -// EOF // +#endif //SUPERTUX_TITLE_H