removed load_game() because of redundancy with start_game
parent
1e184d43c7
commit
ce8cf1a0ea
|
@ -9,11 +9,10 @@ extern float delta_time();
|
||||||
|
|
||||||
/* TO BE DEFINED IN GAME */
|
/* TO BE DEFINED IN GAME */
|
||||||
|
|
||||||
extern void load_game();
|
|
||||||
extern void game_exit();
|
|
||||||
extern void start_game();
|
extern void start_game();
|
||||||
extern void update_game();
|
extern void update_game();
|
||||||
extern void update_ui();
|
extern void update_ui();
|
||||||
|
extern void game_exit();
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue