X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon.qh;h=ab24ec4a87d894c6c924ebde154b2df753e88516;hp=16332634352f966d7f49f2923c1ff5a09c20901e;hb=525dfab061a4b9304d675d3493e87bdd8c272d3d;hpb=19e5fa4ee9a0bb59c1cec92a1b0501b14f8ccb63 diff --git a/qcsrc/common/weapons/weapon.qh b/qcsrc/common/weapons/weapon.qh index 1633263435..ab24ec4a87 100644 --- a/qcsrc/common/weapons/weapon.qh +++ b/qcsrc/common/weapons/weapon.qh @@ -7,6 +7,8 @@ #include #endif +USING(WepSet, vector); + const int MAX_WEAPONSLOTS = 2; .entity weaponentities[MAX_WEAPONSLOTS];