ACE3/addons/arsenal/missions/Arsenal.VR/CfgEventHandlers.hpp

12 lines
297 B
C++
Raw Normal View History

2017-12-22 14:09:06 +00:00
class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call compile preprocessFileLineNumbers 'XEH_preInit.sqf');
};
};
class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE(call compile preprocessFileLineNumbers 'XEH_postInit.sqf');
};
};