Browse Source

Include SDL_events.h for SDL_ConvertEventToRenderCoordinates()

Sam Lantinga 2 năm trước cách đây
mục cha
commit
284ae91734
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>