2015-01-16 12:15:14 +00:00
|
|
|
#define COMPONENT scopes
|
2016-06-20 09:41:17 +00:00
|
|
|
#define COMPONENT_BEAUTIFIED Scopes
|
2015-01-16 12:15:14 +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-11 12:02:44 +00:00
|
|
|
#define ELEVATION_UP 0
|
|
|
|
#define ELEVATION_DOWN 1
|
|
|
|
#define WINDAGE_LEFT 2
|
|
|
|
#define WINDAGE_RIGHT 3
|
|
|
|
|
|
|
|
#define MINOR_INCREMENT false
|
|
|
|
#define MAJOR_INCREMENT true
|
|
|
|
|
2017-12-02 15:23:41 +00:00
|
|
|
#define MIN_INCREMENT 0.05 // mrad
|
|
|
|
|
|
|
|
#define DEFAULT_RAIL_BASE_ANGLE 0.0086 // deg
|
2017-11-12 11:12:49 +00:00
|
|
|
|
2017-11-21 22:56:46 +00:00
|
|
|
// #define DISABLE_DISPERSION
|
|
|
|
|
2015-01-16 12:15:14 +00:00
|
|
|
#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"
|