ACE3/addons/viewdistance/XEH_preInit.sqf
2015-05-08 15:36:47 +02:00

10 lines
170 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(moduleViewDistance);
PREP(returnViewDistanceValue);
PREP(changeViewDistance);
PREP(initViewDistance);
ADDON = true;