ACE3/addons/reload/XEH_preInit.sqf

12 lines
163 B
Plaintext
Raw Normal View History

2015-01-16 01:25:41 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
PREP(canCheckAmmo);
PREP(canLinkBelt);
2015-01-16 01:25:41 +00:00
PREP(checkAmmo);
2015-03-06 04:32:47 +00:00
PREP(displayAmmo);
PREP(startLinkingBelt);
2015-01-29 07:38:46 +00:00
ADDON = true;