Skip to content

Commit

Permalink
Add XEH to ace_module (#5304)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and jonpas committed Jul 10, 2017
1 parent 9146563 commit e6b875b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/modules/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class CfgPatches {
};
};

class CBA_Extended_EventHandlers;
class CfgVehicles {
class Logic;
class Module_F: Logic {
Expand All @@ -23,6 +24,7 @@ class CfgVehicles {
class ACE_Module: Module_F {
class EventHandlers {
init = QUOTE(_this call DFUNC(moduleInit));
class CBA_Extended_EventHandlers: CBA_Extended_EventHandlers {};
};
};
};
Expand Down

0 comments on commit e6b875b

Please sign in to comment.