X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpredicate.h;h=13c22e84dc0b4300ad98bd268179aebaa8937e1d;hp=f5ff3b3cb4091a166b174d9cde08240c20530e47;hb=ef9ffbc287417520d223ce29dc6c2de110cac945;hpb=0f1c018d65658ae564881649443fde3f7d2182a8 diff --git a/source/predicate.h b/source/predicate.h index f5ff3b3c..13c22e84 100644 --- a/source/predicate.h +++ b/source/predicate.h @@ -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 +#include +#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