Revert to SDL OpenGL wrapper header

This commit is contained in:
Dimitris Panokostas 2019-08-19 18:58:26 +02:00
parent f1d5850b6a
commit 93722aa062

View file

@ -68,7 +68,7 @@
#if defined (__APPLE__)
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#include <SDL_opengl.h>
#endif
#include <string>