X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fpredicate.h;fp=source%2Fpredicate.h;h=13c22e84dc0b4300ad98bd268179aebaa8937e1d;hb=fd31e462d8acac7af890dad7dff8de76c1caa1a3;hp=f7bb40d01152038e4013669c471407487fb40d64;hpb=c34da2dbd034cfe591e2020ef0b50265d0571fc5;p=libs%2Fgl.git diff --git a/source/predicate.h b/source/predicate.h index f7bb40d0..13c22e84 100644 --- a/source/predicate.h +++ b/source/predicate.h @@ -1,6 +1,7 @@ #ifndef MSP_GL_PREDICATE_H_ #define MSP_GL_PREDICATE_H_ +#include #include "gl.h" namespace Msp { @@ -18,6 +19,9 @@ enum Predicate NOTEQUAL = GL_NOTEQUAL }; +void operator>>(const LexicalConverter &, Predicate &); +void operator<<(LexicalConverter &, Predicate); + } // namespace GL } // namespace Msp