Codebase list bumprace / upstream/1.5.3 src / menu.h
upstream/1.5.3

Tree @upstream/1.5.3 (Download .tar.gz)

menu.h @upstream/1.5.3raw · history · blame

1
2
3
4
5
6
7
void Menu();   // Main Menu
void help();   // Help and Credits
void SelectRacer();
void clear_screen();
void load_racer(); 
void clear_screen();
void PrepareMenu();