pl/game.c
2024-12-16 20:17:41 +01:00

7 lines
109 B
C

#include "game.h"
void simulate_frame(game_state_t *state)
{
// TODO: Do something amazing here
;
}