mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
22 lines
524 B
C++
22 lines
524 B
C++
|
#define COMPONENT artillerytables
|
||
|
#define COMPONENT_BEAUTIFIED ArtilleryTables
|
||
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||
|
|
||
|
#define DEBUG_MODE_FULL
|
||
|
#define DISABLE_COMPILE_CACHE
|
||
|
#define ENABLE_PERFORMANCE_COUNTERS
|
||
|
|
||
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||
|
|
||
|
#define DEGTOMILS 17.7777778
|
||
|
|
||
|
#define IDC_MODECONTROLGROUP 1000
|
||
|
#define IDC_CHARGE 1001
|
||
|
#define IDC_AZIMUTH 1002
|
||
|
#define IDC_ELEVATION 1003
|
||
|
|
||
|
#define IDC_TABLE 2001
|
||
|
#define IDC_CHARGELIST 2002
|
||
|
#define IDC_BUTTON_ELEV_HIGH 2003
|
||
|
#define IDC_BUTTON_ELEV_LOW 2004
|