Add game layer linking

This commit is contained in:
Phireh 2024-12-16 20:16:27 +01:00
commit 9a4c57d4c2
8 changed files with 146 additions and 74 deletions

7
game.c Normal file
View file

@ -0,0 +1,7 @@
#include "game.h"
void simulate_frame(game_state_t *state)
{
// TODO: Do something amazing here
;
}