From 60396971ce5469af2988933e00112ce139f374d1 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 4 Jun 2024 10:42:44 -0700 Subject: [PATCH] Move the main header with SDL_MAIN_USE_CALLBACKS --- test/testcamera.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testcamera.c b/test/testcamera.c index a674faebd..71207e5e7 100644 --- a/test/testcamera.c +++ b/test/testcamera.c @@ -11,9 +11,9 @@ */ #define SDL_MAIN_USE_CALLBACKS 1 +#include #include #include -#include static SDL_Window *window = NULL; static SDL_Renderer *renderer = NULL;