Subversion Repositories spk

Rev

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

Rev 197 Rev 200
Line 194... Line 194...
194
};
194
};
195
 
195
 
196
 
196
 
197
Utils::WString SPKEXPORT GetFileTypeString ( int type );
197
Utils::WString SPKEXPORT GetFileTypeString ( int type );
198
FileType SPKEXPORT GetFileTypeFromString(const Utils::WString &type);
198
FileType SPKEXPORT GetFileTypeFromString(const Utils::WString &type);
199
Utils::String SPKEXPORT FormatErrorString (int error, const Utils::String &rest);
199
Utils::WString SPKEXPORT FormatErrorString (int error, const Utils::WString &rest);
200
float	 SPKEXPORT GetLibraryVersion ();
200
float	 SPKEXPORT GetLibraryVersion ();
201
float	 SPKEXPORT GetFileFormatVersion ();
201
float	 SPKEXPORT GetFileFormatVersion ();
202
 
202
 
203
class CBaseFile;
203
class CBaseFile;
204
class SPKEXPORT C_File
204
class SPKEXPORT C_File