Browse Source

Added includes to SDL_gpu.h

Petar Popovic 7 months ago
parent
commit
3f05e9cd58
1 changed files with 5 additions and 0 deletions
  1. 5 0
      include/SDL3/SDL_gpu.h

+ 5 - 0
include/SDL3/SDL_gpu.h

@@ -31,6 +31,11 @@
 #define SDL_GPU_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
 extern "C" {