예제 #1
0
파일: ini2.cpp 프로젝트: axxapp/winxgui
void		CIni::SerGet(	bool bGet,float		& f,	LPCTSTR strEntry,	LPCTSTR strSection/*= NULL*/,	float fDefault/* = 0.0*/)
{
   SerGetFloat(bGet,f,strEntry,strSection,fDefault);
}
예제 #2
0
void CIni::SerGet( BOOL bGet,float & f, CString strEntry, LPCSTR strSection/*= NULL*/, float fDefault/* = 0.0*/)
{
	SerGetFloat(bGet,f,strEntry,strSection,fDefault);
}