ACE3/addons/scopes/script_component.hpp
ulteq 24b58fbb21
Scopes - Allow 0.05 mrad increments (#5840)
* Scopes - Allow 0.05 mrad increments
2017-12-02 16:23:41 +01:00

32 lines
680 B
C++

#define COMPONENT scopes
#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
#define MIN_INCREMENT 0.05 // mrad
#define DEFAULT_RAIL_BASE_ANGLE 0.0086 // deg
// #define DISABLE_DISPERSION
#ifdef DEBUG_ENABLED_SCOPES
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_SCOPES
#define DEBUG_SETTINGS DEBUG_SETTINGS_SCOPES
#endif
#include "\z\ace\addons\main\script_macros.hpp"