]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/clientkill.qh
Move more ClientKill code to clientkill.qc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / clientkill.qh
index 33c4adb5ab94c7d7e879fffd4eff955999d2b60c..5b26adf9150f155caa4551c6a08e9b0fcdcb56e7 100644 (file)
@@ -7,4 +7,5 @@ void ClientKill_Now_TeamChange(entity this);
 void ClientKill_Now(entity this);
 void KillIndicator_Think(entity this);
 void ClientKill_TeamChange(entity this, float targetteam);  // 0 = don't change, -1 = auto, -2 = spec
+void ClientKill_Silent(entity this, float _delay);
 void ClientKill(entity this);