From: havoc Date: Mon, 30 Sep 2002 02:07:32 +0000 (+0000) Subject: forgot to commit this X-Git-Tag: RELEASE_0_2_0_RC1~171 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=2fd062546c9885bcf8e6e5a4eb6e6bbc06361358;p=xonotic%2Fdarkplaces.git forgot to commit this git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2478 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/r_shadow.h b/r_shadow.h new file mode 100644 index 00000000..90ebd528 --- /dev/null +++ b/r_shadow.h @@ -0,0 +1,8 @@ + +#ifndef R_SHADOW_H +#define R_SHADOW_H + +void R_Shadow_Init(void); +void R_ShadowVolume(int numverts, int numtris, int *elements, int *neighbors, vec3_t relativelightorigin, float projectdistance); + +#endif \ No newline at end of file