02061d74c2
(as received from Jonas Echterhoff)
8 lines
121 B
C
8 lines
121 B
C
#ifndef __STENCIL
|
|
#define __STENCIL
|
|
|
|
extern float gStencilZoom;
|
|
|
|
void RenderStencilLayer(int shadow,int stencil);
|
|
|
|
#endif |