]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qh
Merge branch 'master' into Mario/hagar_notfixed
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qh
index c09a8f88296c4da90d6743e686d960513f5692be..488791295b59bf8ed52df983ed949c6164abb2a6 100644 (file)
@@ -1,3 +1,5 @@
+#pragma once
+
 .float savenextthink;
 void thrown_wep_think();
 
@@ -9,4 +11,4 @@ float W_IsWeaponThrowable(float w);
 // toss current weapon
 void W_ThrowWeapon(vector velo, vector delta, float doreduce);
 
-void SpawnThrownWeapon(vector org, float w);
+void SpawnThrownWeapon(entity this, vector org, float w);