Przeglądaj źródła

Include SDL_events.h for SDL_ConvertEventToRenderCoordinates()

Sam Lantinga 3 lat temu
rodzic
commit
284ae91734
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      include/SDL3/SDL_render.h

+ 1 - 0
include/SDL3/SDL_render.h

@@ -49,6 +49,7 @@
 #define SDL_render_h_
 
 #include <SDL3/SDL_stdinc.h>
+#include <SDL3/SDL_events.h>
 #include <SDL3/SDL_rect.h>
 #include <SDL3/SDL_video.h>