This commit is contained in:
parent
a115ed8b39
commit
b31a2e39dc
52 changed files with 1841 additions and 886 deletions
|
@ -133,12 +133,12 @@ void CMapEditApp::CloseDoc(CMapEditDoc *Cur)
|
|||
}
|
||||
}
|
||||
|
||||
char *CMapEditApp::GetConfigStr(char *Grp,char *Key)
|
||||
char *CMapEditApp::GetConfigStr(const char *Grp,const char *Key)
|
||||
{
|
||||
return(MainIni.GetStr(Grp,Key));
|
||||
}
|
||||
|
||||
int CMapEditApp::GetConfigInt(char *Grp,char *Key)
|
||||
int CMapEditApp::GetConfigInt(const char *Grp,const char *Key)
|
||||
{
|
||||
return(MainIni.GetInt(Grp,Key));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue