]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/weapons/common.qh
Merge branch 'master' into Mario/ctf_updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / common.qh
1 #ifndef WEAPONS_COMMON_H
2 #define WEAPONS_COMMON_H
3
4 void W_GiveWeapon (entity e, float wep);
5 .float prevstrengthsound;
6 .float prevstrengthsoundattempt;
7 void W_PlayStrengthSound(entity player);
8 float W_CheckProjectileDamage(entity inflictor, entity projowner, float deathtype, float exception);
9 void W_PrepareExplosionByDamage(entity attacker, void() explode);
10 #endif