mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-19 12:44:55 -04:00
Implemented IniMeta helpers to fetch combination of ini files .
This commit is contained in:
parent
d1a32df54b
commit
90fa8eb408
10 changed files with 308 additions and 4 deletions
|
@ -27,6 +27,9 @@
|
|||
#include <iostream>
|
||||
#include <afxwin.h>
|
||||
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
#if !defined(ASSERT)
|
||||
#define ASSERT(x) if (!(x)) throw("assertion failed");
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue