]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/gibs.qh
#includes: cleanup server
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / gibs.qh
index b33a1a5e061bf1416e11085bd812a899a0ca2e88..eb63aa1fe5ec29e8344c3089e1395c0622bcb175 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef GIBS_H
-#define GIBS_H
+#ifndef CLIENT_GIBS_H
+#define CLIENT_GIBS_H
 
 .vector colormod;
 
@@ -17,11 +17,10 @@ void SUB_RemoveOnNoImpact();
 
 void Gib_Touch();
 
-void Gib_Draw();
+void Gib_Draw(entity this);
 
 void TossGib (string mdlname, vector safeorg, vector org, vector vconst, vector vrand, int specnum, bool destroyontouch, bool issilent);
 
 void Ent_GibSplash(bool isNew);
 
-void GibSplash_Precache();
 #endif