Skip to content

Commit

Permalink
Added PreStart XEH
Browse files Browse the repository at this point in the history
  • Loading branch information
10Dozen committed Apr 29, 2021
1 parent 4691313 commit f5cbe1a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions source/dzn_EJAM/PreStart.sqf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include "macro.hpp"

#include "XEH_PREP.hpp"
9 changes: 8 additions & 1 deletion source/dzn_EJAM/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class CfgPatches
{
units[] = {"dzn_EJAM_RequireModule"};
weapons[] = {};
requiredVersion = 0.1;
requiredVersion = 2.02;
requiredAddons[] = {"CBA_MAIN"};
author = "10Dozen";
version = "2.7.2";
Expand All @@ -18,6 +18,13 @@ class Extended_PreInit_EventHandlers
init = call compile preprocessFileLineNumbers "\dzn_EJAM\PreInit.sqf";
};
};
class Extended_PostInit_EventHandlers
{
class dzn_EJAM
{
init = call compile preprocessFileLineNumbers "\dzn_EJAM\PostInit.sqf";
};
};

class CfgVehicles
{
Expand Down

0 comments on commit f5cbe1a

Please sign in to comment.