Skip to content

Commit

Permalink
ACE Compat - Fix missing preStart XEH (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Feb 13, 2021
1 parent 3aba049 commit 3c82431
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions optionals/compat_ace/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
class Extended_PreStart_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preStart));
};
};

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preInit));
Expand Down

0 comments on commit 3c82431

Please sign in to comment.