]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/predicate.h
Move all OpenGL-specific code to a separate directory
[libs/gl.git] / source / core / predicate.h
index 079ef63e3daa0fb493d965ed389b74f37ebf254a..6b0a697b6579ed3283f3e4be1d9aa5d21ae5ea88 100644 (file)
@@ -18,12 +18,12 @@ enum Predicate
        NOTEQUAL
 };
 
-unsigned get_gl_predicate(Predicate);
-
 void operator>>(const LexicalConverter &, Predicate &);
 void operator<<(LexicalConverter &, Predicate);
 
 } // namespace GL
 } // namespace Msp
 
+#include "predicate_backend.h"
+
 #endif