Moved rendering code. Added keyboard input handling

This commit is contained in:
2026-03-07 23:47:06 +01:00
parent 811d11af08
commit a47c6bd0b0
3 changed files with 126 additions and 87 deletions
+2
View File
@@ -9,4 +9,6 @@
#define WINDOW_WIDTH 800
#define WINDOW_HEIGHT 600
void render(GameState_t *game_state);
void handle_mouse_input(GameState_t *game_state);
void handle_keyboard_input(GameState_t *game_state);