]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
forgot to commit this
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 Sep 2002 02:07:32 +0000 (02:07 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 Sep 2002 02:07:32 +0000 (02:07 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2478 d7cf8633-e32d-0410-b094-e92efae38249

r_shadow.h [new file with mode: 0644]

diff --git a/r_shadow.h b/r_shadow.h
new file mode 100644 (file)
index 0000000..90ebd52
--- /dev/null
@@ -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