mirror of https://github.com/encounter/SDL.git
Fixed compiler warning
This commit is contained in:
parent
acbc321c2a
commit
a5ce57bc3d
|
@ -22,6 +22,10 @@
|
||||||
|
|
||||||
#if SDL_VIDEO_OPENGL_EGL
|
#if SDL_VIDEO_OPENGL_EGL
|
||||||
|
|
||||||
|
#if SDL_VIDEO_DRIVER_WINDOWS || SDL_VIDEO_DRIVER_WINRT
|
||||||
|
#include "../core/windows/SDL_windows.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "SDL_sysvideo.h"
|
#include "SDL_sysvideo.h"
|
||||||
#include "SDL_egl_c.h"
|
#include "SDL_egl_c.h"
|
||||||
#include "SDL_loadso.h"
|
#include "SDL_loadso.h"
|
||||||
|
|
Loading…
Reference in New Issue