]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/common.qh
Hopefully fix remote compilation
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / common.qh
index 341f4ff354b44816b7079be2007da282c01fb441..7633c386e77c247092350bcdff51be40f5400f63 100644 (file)
@@ -1,10 +1,8 @@
-#ifndef WEAPONS_COMMON_H
-#define WEAPONS_COMMON_H
+#pragma once
 
 void W_GiveWeapon (entity e, float wep);
 .float prevstrengthsound;
 .float prevstrengthsoundattempt;
 void W_PlayStrengthSound(entity player);
-float W_CheckProjectileDamage(entity inflictor, entity projowner, float deathtype, float exception);
+float W_CheckProjectileDamage(entity inflictor, entity projowner, int deathtype, float exception);
 void W_PrepareExplosionByDamage(entity attacker, void() explode);
-#endif