Redline/source/stencil.h

8 lines
121 B
C
Raw Normal View History

#ifndef __STENCIL
#define __STENCIL
extern float gStencilZoom;
void RenderStencilLayer(int shadow,int stencil);
#endif