]> 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 e33882dfc566570c38da5b4e3dbb4c581a10d92c..652f8d4093b9ac3bdb82135d2a6fe834c36880ae 100644 (file)
@@ -47,12 +47,12 @@ struct StencilTest
        StencilTest();
 };
 
-unsigned get_gl_stencil_op(StencilOp);
-
 void operator>>(const LexicalConverter &, StencilOp &);
 void operator<<(LexicalConverter &, StencilOp);
 
 } // namespace GL
 } // namespace Msp
 
+#include "stenciltest_backend.h"
+
 #endif