ACE3/addons/attach/XEH_preInit.sqf

8 lines
136 B
Plaintext
Raw Normal View History

2015-01-11 20:39:49 +00:00
#include "script_component.hpp"
2015-01-13 05:16:03 +00:00
PREP(attach);
PREP(canAttach);
PREP(canDetach);
PREP(detach);
2015-01-13 09:06:24 +00:00
PREP(detachDelayFix);
2015-01-13 05:16:03 +00:00
PREP(openAttachUI);