ACE3/addons/nightvision/XEH_preInit.sqf

10 lines
130 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);
2015-02-18 04:07:29 +00:00
PREP(changeNVGBrightness);
PREP(updatePPEffects);
2015-01-29 07:38:46 +00:00
ADDON = true;