ACE3/addons/scopes/script_component.hpp

26 lines
566 B
C++
Raw Normal View History

#define COMPONENT scopes
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Scopes
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
#define ELEVATION_UP 0
#define ELEVATION_DOWN 1
#define WINDAGE_LEFT 2
#define WINDAGE_RIGHT 3
#define MINOR_INCREMENT false
#define MAJOR_INCREMENT true
#ifdef DEBUG_ENABLED_SCOPES
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_SCOPES
#define DEBUG_SETTINGS DEBUG_SETTINGS_SCOPES
#endif
2016-06-20 09:41:17 +00:00
#include "\z\ace\addons\main\script_macros.hpp"