]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/common.qh
Merge remote-tracking branch 'origin/TimePath/experiments/csqc_prediction' into TimeP...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / common.qh
index 8f9454ed541b748d8bdb1350e6def24091c7cb36..341f4ff354b44816b7079be2007da282c01fb441 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef WEAPONS_COMMON_H
+#define WEAPONS_COMMON_H
 
 void W_GiveWeapon (entity e, float wep);
 .float prevstrengthsound;
@@ -5,3 +7,4 @@ void W_GiveWeapon (entity e, float wep);
 void W_PlayStrengthSound(entity player);
 float W_CheckProjectileDamage(entity inflictor, entity projowner, float deathtype, float exception);
 void W_PrepareExplosionByDamage(entity attacker, void() explode);
+#endif