removed load_game() because of redundancy with start_game

pull/4/head
Sara 2023-05-11 19:49:58 +02:00
parent 1e184d43c7
commit ce8cf1a0ea
1 changed files with 1 additions and 2 deletions

View File

@ -9,11 +9,10 @@ extern float delta_time();
/* TO BE DEFINED IN GAME */
extern void load_game();
extern void game_exit();
extern void start_game();
extern void update_game();
extern void update_ui();
extern void game_exit();
#ifdef __cplusplus
}