X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.h;h=eb1b32f0e50def5bdb0738bcad2d1b6c264e076c;hb=4d3bd02fc76e7c0b138256af7fb2f18c56952998;hp=a2f50b29f503c95d2eda5564147fc63249aab82c;hpb=84160722392a024dda42bd86ca9bd85b68c49457;p=supertux.git diff --git a/src/title.h b/src/title.h index a2f50b29f..eb1b32f0e 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 1.5 +#define SCROLL_SPEED_MESSAGE 1.0 + void title(void); +#endif //SUPERTUX_TITLE_H + // EOF //