ACE3/addons/nightvision/XEH_preInit.sqf

11 lines
161 B
Plaintext
Raw Normal View History

2015-01-12 22:08:37 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
2015-01-12 22:08:37 +00:00
PREP(blending);
PREP(decreaseNVGBrightness);
PREP(increaseNVGBrightness);
PREP(updatePPEffects);
2015-01-29 07:38:46 +00:00
ADDON = true;