mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-21 16:54:31 +00:00
Revert "Fix Windows Hardcoding (#3600)"
This reverts commit 4ae2af0bccc2792e0f380152b8638bfa384595c6.
This commit is contained in:
parent
5aa84a34ea
commit
d0a783e362
@ -48,13 +48,13 @@
|
||||
*
|
||||
**********************************************************************************************/
|
||||
|
||||
#include "SDL2/SDL.h" // SDL base library (window/rendered, input, timing... functionality)
|
||||
#include "SDL.h" // SDL base library (window/rendered, input, timing... functionality)
|
||||
|
||||
#if defined(GRAPHICS_API_OPENGL_ES2)
|
||||
// It seems it does not need to be included to work
|
||||
//#include "SDL_opengles2.h"
|
||||
#else
|
||||
#include "SDL2/SDL_opengl.h" // SDL OpenGL functionality (if required, instead of internal renderer)
|
||||
#include "SDL_opengl.h" // SDL OpenGL functionality (if required, instead of internal renderer)
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user