ACE3/addons/nightvision/script_component.hpp

18 lines
431 B
C++
Raw Normal View History

2015-01-12 22:08:37 +00:00
#define COMPONENT nightvision
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Night Vision
2015-01-12 22:08:37 +00:00
#include "\z\ace\addons\main\script_mod.hpp"
2015-09-16 15:55:23 +00:00
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
2015-09-16 15:55:23 +00:00
2015-01-14 19:51:03 +00:00
#ifdef DEBUG_ENABLED_NIGHTVISION
2015-01-12 22:08:37 +00:00
#define DEBUG_MODE_FULL
#endif
2015-01-14 19:51:03 +00:00
#ifdef DEBUG_SETTINGS_NIGHTVISION
#define DEBUG_SETTINGS DEBUG_SETTINGS_NIGHTVISION
2015-01-12 22:08:37 +00:00
#endif
2016-06-20 09:41:17 +00:00
#include "\z\ace\addons\main\script_macros.hpp"