Skip to content

Commit

Permalink
Add XEH to missing classes (modules) (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and commy2 committed Jun 23, 2017
1 parent 2c30062 commit 53bac86
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions addons/xeh/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ class CfgVehicles {
XEH_DISABLED;
};

class Module_F;
class Logic;
class Module_F: Logic {
XEH_ENABLED
};
class BIS_Effect_FilmGrain: Module_F {
XEH_ENABLED;
};
Expand Down Expand Up @@ -83,7 +86,6 @@ class CfgVehicles {
XEH_ENABLED;
};

class Logic;
class LogicSectorBase_F: Logic {
XEH_ENABLED;
};
Expand Down Expand Up @@ -353,4 +355,10 @@ class CfgVehicles {
class Land_PowerLine_01_pole_transformer_F: PowerLines_Small_base_F {
XEH_ENABLED;
};

// ARGO
class Land_Laptop_02_F;
class Land_Laptop_02_unfolded_F: Land_Laptop_02_F {
XEH_ENABLED;
};
};

0 comments on commit 53bac86

Please sign in to comment.