Skip to content

Commit

Permalink
Merge pull request #1228 from CBATeam/XEH-weapon-holders
Browse files Browse the repository at this point in the history
add XEH support to WeaponHolder(Simulated)
  • Loading branch information
commy2 committed Oct 30, 2019
2 parents 389ff69 + 8e490ea commit ff56508
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion addons/xeh/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,16 @@ class CfgVehicles {
XEH_ENABLED;
};

class ReammoBox;
class WeaponHolder: ReammoBox {
XEH_ENABLED;
};

class ThingX;
class WeaponHolderSimulated: ThingX {
XEH_ENABLED;
};

// backwards comp, inert
class SLX_XEH_Logic: Logic {
scope = 1;
Expand Down Expand Up @@ -348,7 +358,6 @@ class CfgVehicles {
XEH_ENABLED;
};

class ThingX;
class Alien_MatterBall_01_base_F: ThingX {
XEH_ENABLED;
};
Expand Down

0 comments on commit ff56508

Please sign in to comment.