Browse Source

remove SDL_quit.h include from SDL.h

Ozkan Sezer 1 năm trước cách đây
mục cha
commit
f06f761c2f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      include/SDL3/SDL.h

+ 0 - 2
include/SDL3/SDL.h

@@ -25,7 +25,6 @@
  *  Main include header for the SDL library
  */
 
-
 #ifndef SDL_h_
 #define SDL_h_
 
@@ -66,7 +65,6 @@
 #include <SDL3/SDL_platform.h>
 #include <SDL3/SDL_power.h>
 #include <SDL3/SDL_properties.h>
-#include <SDL3/SDL_quit.h>
 #include <SDL3/SDL_rect.h>
 #include <SDL3/SDL_render.h>
 #include <SDL3/SDL_scancode.h>