X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstencil.h;h=30ad2570b40ba1207a079eed07684a05de4dcda0;hb=5172d32d67595ea0b70184fadcfcb8e023cccbc8;hp=6efb057776365cc2b8122d4e030687b21306be02;hpb=0f1c018d65658ae564881649443fde3f7d2182a8;p=libs%2Fgl.git diff --git a/source/stencil.h b/source/stencil.h index 6efb0577..30ad2570 100644 --- a/source/stencil.h +++ b/source/stencil.h @@ -8,9 +8,8 @@ Distributed under the LGPL #ifndef MSP_GL_STENCIL_H_ #define MSP_GL_STENCIL_H_ -#include +#include "gl.h" #include "predicate.h" -#include "types.h" namespace Msp { namespace GL { @@ -32,7 +31,7 @@ enum StencilOp DECR_WRAP = GL_DECR_WRAP }; -void stencil_func(Predicate func, int ref, uint mask); +void stencil_func(Predicate func, int ref, unsigned mask); void stencil_op(StencilOp sfail, StencilOp dfail, StencilOp dpass); } // namespace GL