X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fstenciltest.h;h=652f8d4093b9ac3bdb82135d2a6fe834c36880ae;hb=160e9eea29bd10034733d59507fa1bcca36be401;hp=cdc613886e4e3adc9002d99f787340e093e50e12;hpb=2b2676392aff2eb6b38c3e463cc67f4d67a4ef8b;p=libs%2Fgl.git diff --git a/source/core/stenciltest.h b/source/core/stenciltest.h index cdc61388..652f8d40 100644 --- a/source/core/stenciltest.h +++ b/source/core/stenciltest.h @@ -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