Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XEH - Fix issues with CSLA #1514

Merged
merged 1 commit into from
Oct 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
};
};