Skip to content

Commit

Permalink
Merge pull request #1514 from Dahlgren/feature/xeh-csla
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Oct 23, 2021
2 parents 929649b + 3740152 commit 52faffc
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions addons/xeh/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,4 +427,37 @@ class CfgVehicles {
class GalleryDioramaUnit_01_base_F: Items_base_F {
XEH_ENABLED;
};

// CSLA
class StaticATWeapon;
class CSLA_9K113_Stat: StaticATWeapon {
XEH_ENABLED;
};

class CSLA_M52_Stat: Mortar_01_base_F {
XEH_ENABLED;
};

class CSLA_CIV_AN2_wreck: PlaneWreck {
XEH_ENABLED;
};

class CSLA_Plane_base_F: Plane_Base_F {};
class CSLA_CIV_Plane_base_F: CSLA_Plane_base_F {};
class CSLA_CIV_Plane_base: CSLA_CIV_Plane_base_F {
XEH_ENABLED;
};

class StaticMGWeapon;
class CSLA_UK59L_Stat: StaticMGWeapon {
XEH_ENABLED;
};

class CSLA_UK59T_Stat: StaticMGWeapon {
XEH_ENABLED;
};

class US85_M252_Stat: Mortar_01_base_F {
XEH_ENABLED;
};
};

0 comments on commit 52faffc

Please sign in to comment.