X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fstenciltest.h;h=652f8d4093b9ac3bdb82135d2a6fe834c36880ae;hb=e6e6f0fe81a2f92985e65ae0de708974194d81a3;hp=e33882dfc566570c38da5b4e3dbb4c581a10d92c;hpb=24b24e2203c776aacd9744bb947f5cf47b03d328;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