diff options
Diffstat (limited to 'src/screen.h')
-rw-r--r-- | src/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h index 15ba91e..d9bb9ee 100644 --- a/src/screen.h +++ b/src/screen.h @@ -39,7 +39,7 @@ typedef struct screen { uint16_t width; uint16_t height; SDL_Renderer* renderer; - SDL_Window* window + SDL_Window* window; } screen_t; bool screen_init(screen_t *screen); |