mirror of https://github.com/encounter/SDL.git
Patched to compile.
This commit is contained in:
parent
3b38e61a7d
commit
b5affd12e6
|
@ -25,6 +25,7 @@
|
|||
#include "SDL_cocoavideo.h"
|
||||
#include "SDL_cocoaopengles.h"
|
||||
#include "SDL_cocoaopengl.h"
|
||||
#include "SDL_assert.h"
|
||||
|
||||
/* EGL implementation of SDL OpenGL support */
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include "SDL_windowsvideo.h"
|
||||
#include "SDL_windowsopengles.h"
|
||||
#include "SDL_windowsopengl.h"
|
||||
#include "SDL_assert.h"
|
||||
|
||||
/* EGL implementation of SDL OpenGL support */
|
||||
|
||||
|
|
Loading…
Reference in New Issue