Subversion Repositories spk

Rev

Rev 204 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 204 Rev 214
Line 98... Line 98...
98
	CLinkList<SWaresText> lText;
98
	CLinkList<SWaresText> lText;
99
	int		iUsed;
99
	int		iUsed;
100
} SWares;
100
} SWares;
101
 
101
 
102
tstruct SSettingType {
102
tstruct SSettingType {
103
	Utils::String	sKey;
103
	Utils::WString	sKey;
104
	int		iType;
104
	int		iType;
105
} SSettingType;
105
} SSettingType;
106
 
106
 
107
tstruct SGameWare {
107
tstruct SGameWare {
108
	wchar_t cType;
108
	wchar_t cType;