ACE3/addons/viewdistance/XEH_preInit.sqf

10 lines
138 B
Plaintext
Raw Normal View History

2015-05-07 20:41:44 +00:00
#include "script_component.hpp"
ADDON = false;
2015-05-09 11:05:36 +00:00
PREP(initModule);
2015-05-09 08:43:20 +00:00
PREP(init);
PREP(returnValue);
PREP(changeViewDistance);
2015-05-07 20:41:44 +00:00
2015-05-08 12:14:15 +00:00
ADDON = true;