]> 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 4994d02aed20a467aed1c6e5500648493d5f7c73..488791295b59bf8ed52df983ed949c6164abb2a6 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef THROWING_H
-#define THROWING_H
+#pragma once
 
 .float savenextthink;
 void thrown_wep_think();
@@ -12,5 +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);
-#endif
+void SpawnThrownWeapon(entity this, vector org, float w);