Remove rcore.h include from SDL (#3475)

This commit is contained in:
ubkp 2023-10-29 12:23:38 -03:00 committed by GitHub
parent effa3ee249
commit 01c264123d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,8 +49,6 @@
* *
**********************************************************************************************/ **********************************************************************************************/
#include "rcore.h"
#include "SDL.h" // SDL base library (window/rendered, input, timming... functionality) #include "SDL.h" // SDL base library (window/rendered, input, timming... functionality)
#include "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)