ACE3/TO_MERGE/wep_dragon/CfgEventhandlers.hpp
PabstMirror d6ad0e15b4 Move wep_dragon to toMerge
Always throws error during compile
Has multiple references to Arma2 assets.
2015-03-22 17:34:28 -05:00

11 lines
222 B
C++

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_pre_init));
};
};
class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_post_init));
};
};