Functional hot reloading

This commit is contained in:
Phireh 2024-12-16 21:40:04 +01:00
commit 23bafb943f
4 changed files with 58 additions and 13 deletions

1
game.h
View file

@ -11,6 +11,7 @@ typedef struct {
int32_t window_w;
int64_t frame;
double dt;
int32_t version;
} game_state_t;
#endif