]> git.tdb.fi Git - libs/gl.git/blobdiff - source/predicate.h
Avoid some brain damage from Windows headers
[libs/gl.git] / source / predicate.h
index f5ff3b3cb4091a166b174d9cde08240c20530e47..13c22e84dc0b4300ad98bd268179aebaa8937e1d 100644 (file)
@@ -1,14 +1,8 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PREDICATE_H_
 #define MSP_GL_PREDICATE_H_
 
-#include <GL/gl.h>
+#include <msp/strings/lexicalcast.h>
+#include "gl.h"
 
 namespace Msp {
 namespace GL {
@@ -25,6 +19,9 @@ enum Predicate
        NOTEQUAL = GL_NOTEQUAL
 };
 
+void operator>>(const LexicalConverter &, Predicate &);
+void operator<<(LexicalConverter &, Predicate);
+
 } // namespace GL
 } // namespace Msp