Subversion Repositories spk

Rev

Rev 254 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 254 Rev 285
Line 6... Line 6...
6
 
6
 
7
namespace SPK {
7
namespace SPK {
8
class CTextDB
8
class CTextDB
9
{
9
{
10
public:
10
public:
11
	typedef std::map<Utils::WString, Utils::WString> TextList;
11
	typedef std::map<std::wstring, Utils::WString> TextList;
12
	typedef std::map<Utils::WString, Utils::WString>::iterator TextListItr;
12
	typedef std::map<std::wstring, Utils::WString>::iterator TextListItr;
13
 
13
 
14
private:
14
private:
15
	int			 m_iLang;
15
	int			 m_iLang;
16
	int			 m_iInPage;
16
	int			 m_iInPage;
17
	int			_iInGame;
17
	int			_iInGame;