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

13 lines
363 B
C++
Raw Normal View History

// These files are from the VR mission, not the base addon folder
2017-12-22 14:09:06 +00:00
class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call compile preprocessFileLineNumbers 'XEH_preInit.sqf');
2017-12-22 14:09:06 +00:00
};
};
class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE(call compile preprocessFileLineNumbers 'XEH_postInit.sqf');
2017-12-22 14:09:06 +00:00
};
};