X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Fglutil.hpp;h=85200bdd6323bcfc0966fe778321a66b77096acb;hb=8c205abd2d811ba36e1a3639f5bfab6263bf9077;hp=2c66dd6542ca0f426edf9923116292d7e924995a;hpb=99cf62c2d44b4555e9761f1c8f1b10cf880c33fb;p=supertux.git diff --git a/src/video/glutil.hpp b/src/video/glutil.hpp index 2c66dd654..85200bdd6 100644 --- a/src/video/glutil.hpp +++ b/src/video/glutil.hpp @@ -19,19 +19,8 @@ #ifndef __GLUTIL_HPP__ #define __GLUTIL_HPP__ -typedef unsigned int GLenum; -typedef int GLint; +#include -#define GL_ZERO 0x0 -#define GL_ONE 0x1 -#define GL_SRC_COLOR 0x0300 -#define GL_SRC_ALPHA 0x0302 -#define GL_ONE_MINUS_SRC_ALPHA 0x0303 -#define GL_DST_COLOR 0x0306 - -//#include - -#if 0 #ifdef HAVE_OPENGL #include @@ -109,6 +98,5 @@ static inline void assert_gl(const char* message) #define GL_ONE 3 #endif -#endif #endif