]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/stenciltest.h
Move all OpenGL-specific code to a separate directory
[libs/gl.git] / source / core / stenciltest.h
index cdc613886e4e3adc9002d99f787340e093e50e12..652f8d4093b9ac3bdb82135d2a6fe834c36880ae 100644 (file)
@@ -47,12 +47,12 @@ struct StencilTest
        StencilTest();
 };
 
-GLenum get_gl_stencil_op(StencilOp);
-
 void operator>>(const LexicalConverter &, StencilOp &);
 void operator<<(LexicalConverter &, StencilOp);
 
 } // namespace GL
 } // namespace Msp
 
+#include "stenciltest_backend.h"
+
 #endif