Go to the documentation of this file.00001
00002
00003
00004
00005 #ifndef TETRIS_MENU_H
00006 #define TETRIS_MENU_H
00007
00008 #include "menu.h"
00009
00010 enum
00011 {
00012 TCYC_MENU_NONE,
00013 TCYC_MENU_EXIT,
00014 TCYC_MENU_MAIN,
00015 TCYC_MENU_GAME
00016 };
00017
00018 void TCYC_MenuStartup();
00019 void TCYC_MenuLoop(int menu);
00020 int TCYC_MenuMain();
00021 int TCYC_MenuGame();
00022
00023 #endif // TETRIS_MENU_H