8 lines
121 B
C
8 lines
121 B
C
|
#ifndef __STENCIL
|
||
|
#define __STENCIL
|
||
|
|
||
|
extern float gStencilZoom;
|
||
|
|
||
|
void RenderStencilLayer(int shadow,int stencil);
|
||
|
|
||
|
#endif
|