ACE3/addons/nightvision/XEH_preInit.sqf

13 lines
202 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);
2015-10-07 18:11:07 +00:00
PREP(initModule);
2015-10-08 17:29:30 +00:00
PREP(onCameraViewChanged);
PREP(onVisionModeChanged);
PREP(updatePPEffects);
2015-01-29 07:38:46 +00:00
ADDON = true;