ACE3/addons/viewdistance/XEH_preInit.sqf
2015-05-09 13:05:36 +02:00

10 lines
138 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(initModule);
PREP(init);
PREP(returnValue);
PREP(changeViewDistance);
ADDON = true;