Added unit tests

This commit is contained in:
2026-05-26 13:38:15 +02:00
parent 3232e4f44f
commit 4da59836be
7 changed files with 409 additions and 11 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
#define WINDOW_WIDTH 800
#define WINDOW_HEIGHT 600
void render(GameState_t *game_state);
bool render(GameState_t *game_state);
void handle_mouse_input(GameState_t *game_state);
void handle_keyboard_input(GameState_t *game_state);