]> 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 5b8b16bfd8c11cbac3caba4fd709716dfd8b07a6..eb63aa1fe5ec29e8344c3089e1395c0622bcb175 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef GIBS_H
-#define GIBS_H
+#ifndef CLIENT_GIBS_H
+#define CLIENT_GIBS_H
 
 .vector colormod;
 
@@ -17,7 +17,7 @@ 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);