1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
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;