ACE3/addons/optics/script_component.hpp

26 lines
563 B
C++
Raw Permalink Normal View History

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"
// #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"
#define PRELOAD \
class CBA_ScriptedOptic {\
reticleTexture = "*";\
reticleTextureNight = "*";\
bodyTexture = "*";\
bodyTextureNight = "*";\
}