This commit is contained in:
parent
e6097f7417
commit
826713a65c
23 changed files with 1118 additions and 325 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include "resource.h" // main symbols
|
||||
#include "CmdMsg.h"
|
||||
#include "IniClass.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CMapEditApp:
|
||||
|
@ -32,6 +33,8 @@ public:
|
|||
{
|
||||
return(CurrentDoc);
|
||||
}
|
||||
char *GetConfigStr(char *Grp,char *Key);
|
||||
int GetConfigInt(char *Grp,char *Key);
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
|
@ -50,6 +53,7 @@ public:
|
|||
|
||||
private:
|
||||
CMapEditDoc *CurrentDoc;
|
||||
CIni MainIni;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue