Explorar el Código

Include SDL_events.h in SDL_init.h for SDL_AppEvent_func()

Sam Lantinga hace 1 año
padre
commit
d29276e625
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/SDL3/SDL_init.h

+ 1 - 0
include/SDL3/SDL_init.h

@@ -31,6 +31,7 @@
 
 #include <SDL3/SDL_stdinc.h>
 #include <SDL3/SDL_error.h>
+#include <SDL3/SDL_events.h>
 
 #include <SDL3/SDL_begin_code.h>
 /* Set up for C function definitions, even when using C++ */