X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fopengl.hh;h=aa95164abe1a68467009df39b8d39486354799b7;hp=287918dfdf8be3ba2600819bffb8e934584528e6;hb=87bc17e55b0c1dc73ecc66df856d3f08fd7a7724;hpb=838bc00015eb7f583c7cf4b3b1007697bf047da1 diff --git a/src/opengl.hh b/src/opengl.hh index 287918d..aa95164 100644 --- a/src/opengl.hh +++ b/src/opengl.hh @@ -26,8 +26,8 @@ *******************************************************************************/ -#ifndef _GL_HH_ -#define _GL_HH_ +#ifndef _OPENGL_HH_ +#define _OPENGL_HH_ #ifdef __APPLE__ #include @@ -39,7 +39,7 @@ #include #endif -#endif // _GL_HH_ +#endif // _OPENGL_HH_ /** vim: set ts=4 sw=4 tw=80: *************************************************/