]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/mt_opengl.h
Add back LightManager
[irrlicht.git] / include / mt_opengl.h
index 9a4cec44565d0f0d3f266977ff60b38583a11be6..7b76cd9825f3b51dea95951fafd7432c7cc272be 100755 (executable)
@@ -5,7 +5,7 @@
 
 #include <string>
 #include <unordered_set>
-#include "IrrCompileConfig.h"
+#include "IrrCompileConfig.h" // for IRRLICHT_API
 #include "irrTypes.h"
 #include "IContextManager.h"
 #include <KHR/khrplatform.h>
@@ -3148,10 +3148,7 @@ public:
 
        static constexpr const GLenum ZERO = 0;
        static constexpr const GLenum ONE = 1;
-       static constexpr const GLenum FALSE = 0;
-       static constexpr const GLenum TRUE = 1;
        static constexpr const GLenum NONE = 0;
-       static constexpr const GLenum NO_ERROR = 0;
 };
 
 //Global GL procedures object.