src/glCompiler.h

changeset 736
0446af72b2ee
parent 726
9a53d9a379de
child 759
038985b4a154
--- a/src/glCompiler.h	Sun Apr 27 03:51:10 2014 +0300
+++ b/src/glCompiler.h	Sun Apr 27 03:53:57 2014 +0300
@@ -16,9 +16,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef LDFORGE_GLCOMPILER_H
-#define LDFORGE_GLCOMPILER_H
-
+#pragma once
 #include "main.h"
 #include "glRenderer.h"
 #include "glShared.h"
@@ -79,5 +77,3 @@
 
 #define checkGLError() { checkGLError_private (__FILE__, __LINE__); }
 void checkGLError_private (const char* file, int line);
-
-#endif // LDFORGE_GLCOMPILER_H

mercurial