ACE3/addons/winddeflection/CfgEventHandlers.hpp

14 lines
287 B
C++
Raw Normal View History

class Extended_PreInit_EventHandlers {
class ADDON {
2015-03-12 05:18:18 +00:00
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};
2015-03-12 05:28:33 +00:00
class Extended_FiredBIS_EventHandlers {
class CAManBase {
class ADDON {
firedBIS = QUOTE(_this call FUNC(handleFired));
};
};
};