mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-05 19:21:43 -04:00
definition trick .
This commit is contained in:
parent
0a6540432a
commit
cd8223bb2a
2 changed files with 5 additions and 3 deletions
|
@ -190,8 +190,8 @@ CFinalSunApp theApp;
|
|||
|
||||
CString currentOwner="Neutral";
|
||||
|
||||
map<CString, XCString> CCStrings;
|
||||
map<CString, XCString> AllStrings;
|
||||
TranslationMap CCStrings;
|
||||
TranslationMap AllStrings;
|
||||
|
||||
// tilesets
|
||||
int cliffset;
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#include "FinalSun.h"
|
||||
#include "MapData.h"
|
||||
|
||||
using TranslationMap = map<CString, XCString>;
|
||||
|
||||
// the map
|
||||
extern CMapData* Map;
|
||||
|
||||
|
@ -132,7 +134,7 @@ extern BOOL yr_only[];
|
|||
|
||||
|
||||
extern CString currentOwner;
|
||||
extern map<CString, XCString> CCStrings;
|
||||
extern TranslationMap CCStrings;
|
||||
|
||||
// tileset ids
|
||||
extern int cliffset;
|
||||
|
|
Loading…
Add table
Reference in a new issue