Browse Source

Added includes to SDL_gpu.h

Petar Popovic 1 năm trước cách đây
mục cha
commit
3f05e9cd58
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      include/SDL3/SDL_gpu.h

+ 5 - 0
include/SDL3/SDL_gpu.h

@@ -31,6 +31,11 @@
 #define SDL_GPU_H
 #define SDL_GPU_H
 
 
 #include <SDL3/SDL_stdinc.h>
 #include <SDL3/SDL_stdinc.h>
+#include <SDL3/SDL_properties.h>
+#include <SDL3/SDL_pixels.h>
+#include <SDL3/SDL_rect.h>
+#include <SDL3/SDL_surface.h>
+#include <SDL3/SDL_video.h>
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 extern "C" {
 extern "C" {