Remove rcore.h include from SDL

This commit is contained in:
ubkp 2023-10-27 22:47:37 -03:00
parent b46505b13d
commit cfb3b384f6

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)