src: Restored SDL.h includes to conform to project style of including SDL2
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
41c3afd927
commit
81edd4db52
7 changed files with 4 additions and 39 deletions
|
@ -5,9 +5,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_audio.h"
|
|
||||||
#include "SDL_error.h"
|
|
||||||
#include "SDL_stdinc.h"
|
|
||||||
|
|
||||||
#include "../Misc.h"
|
#include "../Misc.h"
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_error.h"
|
|
||||||
#include "SDL_joystick.h"
|
|
||||||
#include "SDL_stdinc.h"
|
|
||||||
|
|
||||||
#include "../Misc.h"
|
#include "../Misc.h"
|
||||||
#include "../Shared/SDL2.h"
|
#include "../Shared/SDL2.h"
|
||||||
|
|
|
@ -8,18 +8,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_error.h"
|
|
||||||
#include "SDL_events.h"
|
|
||||||
#include "SDL_filesystem.h"
|
|
||||||
#include "SDL_keyboard.h"
|
|
||||||
#include "SDL_keycode.h"
|
|
||||||
#include "SDL_messagebox.h"
|
|
||||||
#include "SDL_mouse.h"
|
|
||||||
#include "SDL_pixels.h"
|
|
||||||
#include "SDL_stdinc.h"
|
|
||||||
#include "SDL_surface.h"
|
|
||||||
#include "SDL_timer.h"
|
|
||||||
#include "SDL_video.h"
|
|
||||||
|
|
||||||
#include "../Rendering.h"
|
#include "../Rendering.h"
|
||||||
#include "../Shared/SDL2.h"
|
#include "../Shared/SDL2.h"
|
||||||
|
|
|
@ -5,12 +5,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "SDL_error.h"
|
#include "SDL.h"
|
||||||
#include "SDL_pixels.h"
|
|
||||||
#include "SDL_rect.h"
|
|
||||||
#include "SDL_stdinc.h"
|
|
||||||
#include "SDL_surface.h"
|
|
||||||
#include "SDL_video.h"
|
|
||||||
|
|
||||||
#include "../Misc.h"
|
#include "../Misc.h"
|
||||||
#include "../Shared/SDL2.h"
|
#include "../Shared/SDL2.h"
|
||||||
|
|
|
@ -5,15 +5,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "SDL_blendmode.h"
|
#include "SDL.h"
|
||||||
#include "SDL_error.h"
|
|
||||||
#include "SDL_hints.h"
|
|
||||||
#include "SDL_pixels.h"
|
|
||||||
#include "SDL_rect.h"
|
|
||||||
#include "SDL_render.h"
|
|
||||||
#include "SDL_stdinc.h"
|
|
||||||
#include "SDL_version.h"
|
|
||||||
#include "SDL_video.h"
|
|
||||||
|
|
||||||
#define SPRITEBATCH_IMPLEMENTATION
|
#define SPRITEBATCH_IMPLEMENTATION
|
||||||
#include "../../../external/cute_spritebatch.h"
|
#include "../../../external/cute_spritebatch.h"
|
||||||
|
|
|
@ -6,8 +6,7 @@
|
||||||
#ifndef USE_OPENGLES2
|
#ifndef USE_OPENGLES2
|
||||||
#include <glad/glad.h>
|
#include <glad/glad.h>
|
||||||
#endif
|
#endif
|
||||||
#include "SDL_error.h"
|
#include "SDL.h"
|
||||||
#include "SDL_video.h"
|
|
||||||
|
|
||||||
#include "../../../Misc.h"
|
#include "../../../Misc.h"
|
||||||
#include "../../../Shared/SDL2.h"
|
#include "../../../Shared/SDL2.h"
|
||||||
|
|
|
@ -3,10 +3,7 @@
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "SDL_error.h"
|
#include "SDL.h"
|
||||||
#include "SDL_pixels.h"
|
|
||||||
#include "SDL_surface.h"
|
|
||||||
#include "SDL_video.h"
|
|
||||||
|
|
||||||
#include "../../../Misc.h"
|
#include "../../../Misc.h"
|
||||||
#include "../../../Shared/SDL2.h"
|
#include "../../../Shared/SDL2.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue