Преглед на файлове

Move the main header with SDL_MAIN_USE_CALLBACKS

Sam Lantinga преди 2 години
родител
ревизия
60396971ce
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      test/testcamera.c

+ 1 - 1
test/testcamera.c

@@ -11,9 +11,9 @@
 */
 
 #define SDL_MAIN_USE_CALLBACKS 1
+#include <SDL3/SDL_main.h>
 #include <SDL3/SDL_test.h>
 #include <SDL3/SDL_test_common.h>
-#include <SDL3/SDL_main.h>
 
 static SDL_Window *window = NULL;
 static SDL_Renderer *renderer = NULL;