ACE3/addons/magazinerepack/XEH_preInit.sqf
2015-04-01 13:09:03 -05:00

13 lines
235 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(getMagazineChildren);
PREP(magazineRepackFinish);
PREP(magazineRepackProgress);
PREP(openSelectMagazineUI);
PREP(simulateRepackEvents);
PREP(startRepackingMagazine);
ADDON = true;