MinPlayer option (#113)

* let minplayers to inherit from ini . using enum to define preview save options .
This commit is contained in:
Zero Fanker 2024-11-08 23:43:02 -05:00 committed by GitHub
parent 6364362bd3
commit 18c1956d68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 64 additions and 38 deletions

View file

@ -620,6 +620,8 @@
#define IDC_INI_EDITOR_CONTENT 1544
#define IDC_INI_EDITOR_VAL 1545
#define IDC_INI_EDITOR_KEYS 1546
#define IDC_SAVE_OPT_MP_TXT 1547
#define IDC_SAVE_OPT_M_PLAYERS 1548
#define ID_FILE_OPENMAP 40001
#define ID_FILE_SAVEAS 40002
#define ID_FILE_QUIT 40003
@ -714,9 +716,9 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 320
#define _APS_NEXT_RESOURCE_VALUE 321
#define _APS_NEXT_COMMAND_VALUE 40144
#define _APS_NEXT_CONTROL_VALUE 1547
#define _APS_NEXT_CONTROL_VALUE 1549
#define _APS_NEXT_SYMED_VALUE 111
#endif
#endif