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

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

menu.h @upstream/1.5.4raw · 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();