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