diff options
Diffstat (limited to 'system/include/GL/glew.h')
-rw-r--r-- | system/include/GL/glew.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/include/GL/glew.h b/system/include/GL/glew.h new file mode 100644 index 00000000..324c6b29 --- /dev/null +++ b/system/include/GL/glew.h @@ -0,0 +1,6 @@ + +// Basically do nothing, just use existing symbols + +#include "SDL/SDL_opengl.h" +#define glewInit() {} + |