ACE3/addons/ui/XEH_preInit.sqf
2015-10-28 23:23:02 +01:00

11 lines
153 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(moduleInit);
PREP(moduleInitAdvanced);
PREP(setAdvancedElement);
PREP(setElements);
ADDON = true;