mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-18 04:06:42 -04:00
Feature/taskforce (#74)
This commit is contained in:
parent
b286e20dfd
commit
dcae37feca
7 changed files with 200 additions and 97 deletions
|
@ -256,6 +256,8 @@
|
|||
#define IDC_UNITTYPE 1149
|
||||
#define IDC_DELETETASKFORCE 1150
|
||||
#define IDC_ADDTASKFORCE 1151
|
||||
#define IDC_COPYTASKFORCE 1152
|
||||
#define IDC_COPYUNIT 1153
|
||||
#define IDC_ADD 1154
|
||||
#define IDC_REPEAT 1156
|
||||
#define IDC_TRIGGER 1157
|
||||
|
@ -551,6 +553,13 @@
|
|||
#define IDC_TEAMTYPE_P_TAG 1479
|
||||
#define IDC_TEAMTYPE_P_SCRIPT 1480
|
||||
#define IDC_TEAMTYPE_P_TASKFORCE 1481
|
||||
#define IDC_TASKFORCE_T_TYPE 1482
|
||||
#define IDC_TASKFORCE_G_SELECTED 1483
|
||||
#define IDC_TASKFORCE_T_NAME 1484
|
||||
#define IDC_TASKFORCE_T_GROUP 1485
|
||||
#define IDC_TASKFORCE_T_MEMBERS 1486
|
||||
#define IDC_TASKFORCE_T_U_NUM 1487
|
||||
#define IDC_TASKFORCE_T_U_TYPE 1488
|
||||
#define ID_FILE_OPENMAP 40001
|
||||
#define ID_FILE_SAVEAS 40002
|
||||
#define ID_FILE_QUIT 40003
|
||||
|
@ -645,9 +654,9 @@
|
|||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 301
|
||||
#define _APS_NEXT_RESOURCE_VALUE 302
|
||||
#define _APS_NEXT_COMMAND_VALUE 40144
|
||||
#define _APS_NEXT_CONTROL_VALUE 1482
|
||||
#define _APS_NEXT_CONTROL_VALUE 1489
|
||||
#define _APS_NEXT_SYMED_VALUE 111
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue