X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.h;h=96713a2a309a70b5352aac97781e7b45b278c65d;hb=62ff7f7776875e9389d10ae2e7b6348e9e5cb9c7;hp=a2f50b29f503c95d2eda5564147fc63249aab82c;hpb=84160722392a024dda42bd86ca9bd85b68c49457;p=supertux.git diff --git a/src/title.h b/src/title.h index a2f50b29f..96713a2a3 100644 --- a/src/title.h +++ b/src/title.h @@ -19,7 +19,26 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. +#ifndef SUPERTUX_TITLE_H +#define SUPERTUX_TITLE_H + +enum MainMenuIDs { + MNID_STARTGAME, + MNID_LEVELS_CONTRIB, + MNID_OPTIONMENU, + MNID_LEVELEDITOR, + MNID_CREDITS, + MNID_QUITMAINMENU + }; + +/* Scrolling text speed */ + +#define SCROLL_SPEED_CREDITS 2.0 +#define SCROLL_SPEED_MESSAGE 1.0 + void title(void); +#endif //SUPERTUX_TITLE_H + // EOF //