Subversion Repositories spk

Rev

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

Rev 211 Rev 212
Line 80... Line 80...
80
{
80
{
81
public:
81
public:
82
	CXspFile ();
82
	CXspFile ();
83
	~CXspFile () { this->Delete(); }
83
	~CXspFile () { this->Delete(); }
84
 
84
 
-
 
85
	static bool ReadAnimations(const Utils::WStringList& lIn, Utils::WStringList& lOut, int startRecord);
85
	static bool ReadAnimations(const Utils::CStringList &lIn, Utils::CStringList &lOut, int startRecord);
86
	static bool ReadAnimations(const Utils::CStringList& lIn, Utils::CStringList& lOut, int startRecord);
86
	static int GetAnimationType(const Utils::String &sType);
87
	static int GetAnimationType(const Utils::String &sType);
87
	static Utils::String TypesListToString(Utils::CList<STypesSection> &list, bool deleteAfter = false);
88
	static Utils::String TypesListToString(Utils::CList<STypesSection> &list, bool deleteAfter = false);
88
 
89
 
89
	bool writeHeader(CFileIO &file, int iHeader, int iLength) const override;
90
	bool writeHeader(CFileIO &file, int iHeader, int iLength) const override;
90
 
91