]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/OpenGL.hh
extreme refactoring
[chaz/yoink] / src / Moof / OpenGL.hh
similarity index 87%
rename from src/opengl.hh
rename to src/Moof/OpenGL.hh
index aa95164abe1a68467009df39b8d39486354799b7..0e793f6ded9c6db37b4954db0f47856b4064567c 100644 (file)
 
 *******************************************************************************/
 
-#ifndef _OPENGL_HH_
-#define _OPENGL_HH_
-
-#ifdef __APPLE__
-#include <OpenGL/gl.h>
-#include <OpenGL/glu.h>
-#include <OpenGL/glext.h>
-#else
-#include <GL/gl.h>
-#include <GL/glu.h>
-#include <GL/glext.h>
-#endif
-
-#endif // _OPENGL_HH_
+#ifndef _MOOF_OPENGL_HH_
+#define _MOOF_OPENGL_HH_
+
+#include <SDL/SDL_opengl.h>
+
+#endif // _MOOF_OPENGL_HH_
 
 /** vim: set ts=4 sw=4 tw=80: *************************************************/
 
This page took 0.02308 seconds and 4 git commands to generate.