]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qh
Merge branch 'TimePath/soundregistry' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qh
index c09a8f88296c4da90d6743e686d960513f5692be..4994d02aed20a467aed1c6e5500648493d5f7c73 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef THROWING_H
+#define THROWING_H
+
 .float savenextthink;
 void thrown_wep_think();
 
@@ -10,3 +13,4 @@ float W_IsWeaponThrowable(float w);
 void W_ThrowWeapon(vector velo, vector delta, float doreduce);
 
 void SpawnThrownWeapon(vector org, float w);
+#endif