move applcation callback declarations to game_api.h to ease warnings
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
#include "audio.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
/* application provided */
|
||||
extern void game_tick(void);
|
||||
extern void game_end(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user