mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tools - Update /includes for 2.06 and cba (#8484)
* Tools - Update /includes for 2.06 and cba * Update required ArmA/CBA
This commit is contained in:
parent
d0fd45e220
commit
cb07e2ceba
@ -10,8 +10,8 @@
|
|||||||
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
|
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
|
||||||
|
|
||||||
// MINIMAL required version for the Mod. Components can specify others..
|
// MINIMAL required version for the Mod. Components can specify others..
|
||||||
#define REQUIRED_VERSION 2.04
|
#define REQUIRED_VERSION 2.06
|
||||||
#define REQUIRED_CBA_VERSION {3,15,5}
|
#define REQUIRED_CBA_VERSION {3,15,6}
|
||||||
|
|
||||||
#ifdef COMPONENT_BEAUTIFIED
|
#ifdef COMPONENT_BEAUTIFIED
|
||||||
#define COMPONENT_NAME QUOTE(ACE3 - COMPONENT_BEAUTIFIED)
|
#define COMPONENT_NAME QUOTE(ACE3 - COMPONENT_BEAUTIFIED)
|
||||||
|
@ -1312,6 +1312,8 @@ enum
|
|||||||
#define IDC_OPTIONS_SHADOW_VISIBILIT_TEXT 313
|
#define IDC_OPTIONS_SHADOW_VISIBILIT_TEXT 313
|
||||||
#define IDC_OPTIONS_TRAFFIC_VISIBILITY_VALUE 314
|
#define IDC_OPTIONS_TRAFFIC_VISIBILITY_VALUE 314
|
||||||
#define IDC_OPTIONS_TRAFFIC_VISIBILITY_SLIDER 315
|
#define IDC_OPTIONS_TRAFFIC_VISIBILITY_SLIDER 315
|
||||||
|
#define IDC_OPTIONS_PIP_VISIBILITY_VALUE 316
|
||||||
|
#define IDC_OPTIONS_PIP_VISIBILITY_SLIDER 317
|
||||||
|
|
||||||
#define IDC_OPTIONS_PIP_VALUE 334
|
#define IDC_OPTIONS_PIP_VALUE 334
|
||||||
#define IDC_OPTIONS_SW_VALUE 335
|
#define IDC_OPTIONS_SW_VALUE 335
|
||||||
|
@ -56,7 +56,9 @@ turnIn = "call cba_xeh_fnc_turnIn"; \
|
|||||||
turnOut = "call cba_xeh_fnc_turnOut"; \
|
turnOut = "call cba_xeh_fnc_turnOut"; \
|
||||||
deleted = "call cba_xeh_fnc_deleted"; \
|
deleted = "call cba_xeh_fnc_deleted"; \
|
||||||
disassembled = "call cba_xeh_fnc_disassembled"; \
|
disassembled = "call cba_xeh_fnc_disassembled"; \
|
||||||
Suppressed = "call cba_xeh_fnc_Suppressed";
|
Suppressed = "call cba_xeh_fnc_Suppressed"; \
|
||||||
|
gestureChanged = "call cba_xeh_fnc_gestureChanged"; \
|
||||||
|
gestureDone = "call cba_xeh_fnc_gestureDone";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
MACRO: DELETE_EVENTHANDLERS
|
MACRO: DELETE_EVENTHANDLERS
|
||||||
@ -111,4 +113,6 @@ turnIn = ""; \
|
|||||||
turnOut = ""; \
|
turnOut = ""; \
|
||||||
deleted = ""; \
|
deleted = ""; \
|
||||||
disassembled = ""; \
|
disassembled = ""; \
|
||||||
Suppressed = "";
|
Suppressed = ""; \
|
||||||
|
gestureChanged = ""; \
|
||||||
|
gestureDone = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user