]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qh
Revert "Merge branch 'Mario/despawn_effects'"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qh
diff --git a/qcsrc/server/weapons/throwing.qh b/qcsrc/server/weapons/throwing.qh
deleted file mode 100644 (file)
index c09a8f8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-.float savenextthink;
-void thrown_wep_think();
-
-// returns amount of ammo used as string, or -1 for failure, or 0 for no ammo count
-string W_ThrowNewWeapon(entity own, float wpn, float doreduce, vector org, vector velo);
-
-float W_IsWeaponThrowable(float w);
-
-// toss current weapon
-void W_ThrowWeapon(vector velo, vector delta, float doreduce);
-
-void SpawnThrownWeapon(vector org, float w);