mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
13 lines
539 B
C
13 lines
539 B
C
#define IDD_CONFIG 101
|
|
#define IDC_LOOP_COUNT 1000
|
|
#define IDC_FADE_SECONDS 1001
|
|
#define IDC_FADE_DELAY_SECONDS 1002
|
|
#define IDC_LOOP_NORMALLY 1003
|
|
#define IDC_LOOP_FOREVER 1004
|
|
#define IDC_IGNORE_LOOP 1005
|
|
#define IDC_THREAD_PRIORITY_SLIDER 1006
|
|
#define IDC_THREAD_PRIORITY_TEXT 1007
|
|
#define IDC_DEFAULT_BUTTON 1008
|
|
#define IDC_DISABLE_SUBSONGS 1009
|
|
#define IDC_DOWNMIX_CHANNELS 1011
|