]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qh
Weapons: remove useless weapon return values and implementations
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qh
index 9dd70a67b0a000224c0a18f72cca03b8683a3730..4994d02aed20a467aed1c6e5500648493d5f7c73 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef THROWING_H
+#define THROWING_H
+
 .float savenextthink;
 void thrown_wep_think();
 
@@ -8,3 +11,6 @@ float W_IsWeaponThrowable(float w);
 
 // toss current weapon
 void W_ThrowWeapon(vector velo, vector delta, float doreduce);
+
+void SpawnThrownWeapon(vector org, float w);
+#endif