ACE3/addons/winddeflection/CfgEventHandlers.hpp

11 lines
262 B
C++
Raw Normal View History

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call compile preprocessFileLineNumbers PATHTOF(XEH_preInit.sqf) );
};
};
class Extended_Fired_Eventhandlers {
2015-01-28 16:36:47 +00:00
class CaManBase {
fired = QUOTE( call FUNC(handleFired) );
};
};