Functional hot reloading
This commit is contained in:
parent
9a4c57d4c2
commit
23bafb943f
4 changed files with 58 additions and 13 deletions
2
game.c
2
game.c
|
|
@ -3,5 +3,5 @@
|
|||
void simulate_frame(game_state_t *state)
|
||||
{
|
||||
// TODO: Do something amazing here
|
||||
;
|
||||
state->version = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue