ACE3/addons/logistics_wirecutter/XEH_preInit.sqf

13 lines
193 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
ADDON = false;
PREP(cutDownFence);
PREP(cutDownFenceAbort);
PREP(cutDownFenceCallback);
2015-01-28 09:22:39 +00:00
PREP(getNearestFence);
PREP(interactEH);
2015-01-28 09:22:39 +00:00
PREP(isFence);
ADDON = true;