mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tools - Update includes (#8331)
This commit is contained in:
parent
d3ee39d8e4
commit
65f172bb4b
@ -1433,11 +1433,19 @@ enum
|
|||||||
#define IDC_OPTIONS_PLAYER_VOICE 112
|
#define IDC_OPTIONS_PLAYER_VOICE 112
|
||||||
#define IDC_OPTIONS_VON_VALUE 113
|
#define IDC_OPTIONS_VON_VALUE 113
|
||||||
#define IDC_OPTIONS_VON_SLIDER 114
|
#define IDC_OPTIONS_VON_SLIDER 114
|
||||||
|
//samples setting was replaced by audio output device
|
||||||
#define IDC_OPTIONS_SAMPLES_VALUE 115
|
#define IDC_OPTIONS_SAMPLES_VALUE 115
|
||||||
#define IDC_OPTIONS_SAMPLES_SLIDER 116
|
#define IDC_OPTIONS_SAMPLES_SLIDER 116
|
||||||
|
|
||||||
|
#define IDC_OPTIONS_AUDIO_OUTPUT_REFRESH 115
|
||||||
|
#define IDC_OPTIONS_AUDIO_OUTPUT_COMBO 116
|
||||||
|
|
||||||
#define IDC_OPTIONS_MIC_SENS_SLIDER 117
|
#define IDC_OPTIONS_MIC_SENS_SLIDER 117
|
||||||
#define IDC_OPTIONS_MIC_ADJUST 118
|
#define IDC_OPTIONS_MIC_ADJUST 118
|
||||||
|
|
||||||
|
#define IDC_OPTIONS_MAPDUCKING_VALUE 119
|
||||||
|
#define IDC_OPTIONS_MAPDUCKING_SLIDER 120
|
||||||
|
|
||||||
// microphone adjustment
|
// microphone adjustment
|
||||||
#define IDC_OPTIONS_MIC_PROGRESS_BAR 1001
|
#define IDC_OPTIONS_MIC_PROGRESS_BAR 1001
|
||||||
#define IDC_OPTIONS_MIC_PROGRESS 1002
|
#define IDC_OPTIONS_MIC_PROGRESS 1002
|
||||||
|
@ -854,6 +854,8 @@ Author:
|
|||||||
#define COMPILE_FILE2(var1) COMPILE_FILE2_SYS('var1')
|
#define COMPILE_FILE2(var1) COMPILE_FILE2_SYS('var1')
|
||||||
#define COMPILE_FILE2_CFG(var1) COMPILE_FILE2_CFG_SYS('var1')
|
#define COMPILE_FILE2_CFG(var1) COMPILE_FILE2_CFG_SYS('var1')
|
||||||
|
|
||||||
|
#define COMPILE_SCRIPT(var1) compileScript ['PATHTO_SYS(PREFIX,COMPONENT_F,var1)']
|
||||||
|
|
||||||
|
|
||||||
#define VERSIONING_SYS(var1) class CfgSettings \
|
#define VERSIONING_SYS(var1) class CfgSettings \
|
||||||
{ \
|
{ \
|
||||||
|
Loading…
Reference in New Issue
Block a user