Add game layer linking
This commit is contained in:
parent
e84a413c9e
commit
9a4c57d4c2
8 changed files with 146 additions and 74 deletions
7
game.c
Normal file
7
game.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "game.h"
|
||||
|
||||
void simulate_frame(game_state_t *state)
|
||||
{
|
||||
// TODO: Do something amazing here
|
||||
;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue