2015-04-03 10:33:12 +00:00
|
|
|
#define COMPONENT optics
|
2016-06-20 09:41:17 +00:00
|
|
|
#define COMPONENT_BEAUTIFIED Optics
|
2015-04-03 10:33:12 +00:00
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
2016-01-29 05:26:02 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
2015-04-03 10:33:12 +00:00
|
|
|
#ifdef DEBUG_ENABLED_OPTICS
|
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_OPTICS
|
|
|
|
#define DEBUG_SETTINGS DEBUG_ENABLED_OPTICS
|
|
|
|
#endif
|
|
|
|
|
2015-04-04 04:19:19 +00:00
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
|
|
|
|
2024-08-15 08:17:46 +00:00
|
|
|
#define PRELOAD \
|
|
|
|
class CBA_ScriptedOptic {\
|
|
|
|
reticleTexture = "*";\
|
|
|
|
reticleTextureNight = "*";\
|
|
|
|
bodyTexture = "*";\
|
|
|
|
bodyTextureNight = "*";\
|
|
|
|
}
|