mirror of https://github.com/PCSX2/pcsx2.git
Readd a line back in.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3117 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
b80f417943
commit
fc22d11966
|
@ -58,6 +58,7 @@ extern void CfgWriteStr(const TCHAR* Section, const TCHAR* Name, const wxString
|
|||
|
||||
extern bool CfgReadBool(const TCHAR *Section,const TCHAR* Name, bool Default);
|
||||
extern void CfgReadStr(const TCHAR* Section, const TCHAR* Name, wxString& Data, const TCHAR* Default);
|
||||
extern void CfgReadStr(const TCHAR* Section, const TCHAR* Name, TCHAR* Data, int DataSize, const TCHAR* Default);
|
||||
extern int CfgReadInt(const TCHAR* Section, const TCHAR* Name,int Default);
|
||||
|
||||
// Items Specific to DirectSound
|
||||
|
|
Loading…
Reference in New Issue