]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cgame_api.h
Thanks to IceDagger for pointing out this important optimization to multipass specula...
[xonotic/darkplaces.git] / cgame_api.h
index a061818cf017b514bdbc6a546c6221923d05e684..8e7c4a572145a6934cc21df7c5ccd1c66c7582bf 100644 (file)
@@ -57,6 +57,7 @@ int CGVM_GetCvarInt(const char *name);
 char *CGVM_GetCvarString(const char *name);
 double CGVM_Time(void);
 int CGVM_Model(const char *name);
+void CGVM_Stain(const float *origin, float radius, int cr1, int cg1, int cb1, int ca1, int cr2, int cg2, int cb2, int ca2);
 // more will be added
 
 // engine called functions
@@ -65,3 +66,4 @@ void CG_Frame(double time);
 // more might be added
 
 #endif
+