Subversion Repositories spk

Rev

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

Rev 197 Rev 203
Line 127... Line 127...
127
	Utils::String	 sSection;
127
	Utils::String	 sSection;
128
	Utils::CStringList lEntries;
128
	Utils::CStringList lEntries;
129
} SBodes;
129
} SBodes;
130
 
130
 
131
tstruct SNeededLibrary {
131
tstruct SNeededLibrary {
132
	Utils::String	sName;
132
	Utils::WString	sName;
133
	Utils::String	sAuthor;
133
	Utils::WString	sAuthor;
134
	Utils::String	sMinVersion;
134
	Utils::String	sMinVersion;
135
} SNeededLibrary;
135
} SNeededLibrary;
136
 
136
 
137
tstruct SGameCompat {
137
tstruct SGameCompat {
138
	int			iGame;
138
	int			iGame;