mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-14 18:31:54 -04:00
restrict "std" namespace using .
This commit is contained in:
parent
fc363aa59d
commit
00753d2ff2
17 changed files with 36 additions and 32 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
extern TILEDATA** tiledata;
|
||||
extern DWORD* tiledata_count;
|
||||
extern ofstream errstream;
|
||||
extern std::ofstream errstream;
|
||||
extern map<int, int> tilesets_start;
|
||||
extern CIniFile* tiles;
|
||||
extern CFinalSunApp theApp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue