- Add empty source files for all planned modules - Add source files to CMAKE source list - Fix and extend header files so there are no errors - Create global structs in game.c and config.c
15 lines
350 B
C
15 lines
350 B
C
void showStartScreen();
|
|
//zum Starten Enter drücken
|
|
//optional: "E" eingeen für Settings
|
|
|
|
void showLeaderboard();
|
|
//zeigt die besten Spieldurchläufe inkl. Punktestand an
|
|
|
|
void menuNavigate();
|
|
//über Tastaturbefehle im Menü navigieren
|
|
|
|
void showSettings(); //optional
|
|
//Menü zum Auswählen über Tastaturbefehle
|
|
|
|
void menuHandleInput();
|