X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpredicate.h;h=13c22e84dc0b4300ad98bd268179aebaa8937e1d;hp=707bc5d561bf6ac760670e5f8a785ca9bccbb426;hb=ef9ffbc287417520d223ce29dc6c2de110cac945;hpb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1 diff --git a/source/predicate.h b/source/predicate.h index 707bc5d5..13c22e84 100644 --- a/source/predicate.h +++ b/source/predicate.h @@ -1,13 +1,7 @@ -/* $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 "gl.h" namespace Msp { @@ -25,6 +19,9 @@ enum Predicate NOTEQUAL = GL_NOTEQUAL }; +void operator>>(const LexicalConverter &, Predicate &); +void operator<<(LexicalConverter &, Predicate); + } // namespace GL } // namespace Msp