ACE3/addons/resting/XEH_preInit.sqf
2015-01-29 01:38:46 -06:00

12 lines
161 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(getIntersection);
PREP(hasBipod);
PREP(pfhCheckRest);
PREP(restWeapon);
PREP(unRestWeapon);
ADDON = true;