예제 #1
0
FileSettings::FileSettings(void)
{
	//grab all variables from file, and toss them in a map.
	ReloadIniFile();
}
예제 #2
0
파일: Ini.cpp 프로젝트: AbdelghaniDr/mirror
void SetIniFile(const char *name) {
	Mutex::Lock __(sMtx);
	strncpy(sIniFile, name, 511);
	ReloadIniFile();
}