X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fstencil.h;h=02f4ed3f6ffa82c75cead64f99d6deafef62ee18;hp=6efb057776365cc2b8122d4e030687b21306be02;hb=eacacdda1dc40bb655a3df14b59260ce06329fb6;hpb=0f1c018d65658ae564881649443fde3f7d2182a8 diff --git a/source/stencil.h b/source/stencil.h index 6efb0577..02f4ed3f 100644 --- a/source/stencil.h +++ b/source/stencil.h @@ -1,16 +1,8 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -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 +24,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