X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fstenciltest.cpp;h=57a191cfad95f83620b5ac1f35487adf9d49cc2f;hb=24b24e2203c776aacd9744bb947f5cf47b03d328;hp=7076f4d72dd205aec28341bee9ea01b92012dd36;hpb=b09f265880a3a932441091b0f3822b06c112c595;p=libs%2Fgl.git diff --git a/source/core/stenciltest.cpp b/source/core/stenciltest.cpp index 7076f4d7..57a191cf 100644 --- a/source/core/stenciltest.cpp +++ b/source/core/stenciltest.cpp @@ -1,5 +1,6 @@ #include #include +#include "gl.h" #include "stenciltest.h" using namespace std; @@ -39,7 +40,7 @@ void StencilTest::Loader::actions(StencilOp sf, StencilOp df, StencilOp dp) } -GLenum get_gl_stencil_op(StencilOp op) +unsigned get_gl_stencil_op(StencilOp op) { switch(op) {