General simplification/cleanup.

Use conversion interface to read KSFs with CP942 data.
This commit is contained in:
Glenn Maynard
2003-05-21 00:10:31 +00:00
parent a8129c4543
commit 1ebd7aac26
2 changed files with 118 additions and 65 deletions
+4 -2
View File
@@ -6,8 +6,10 @@
#include "NotesLoader.h"
class KSFLoader: public NotesLoader {
bool LoadFromKSFFile( const CString &sPath, Notes &out );
bool KSFLoader::LoadGlobalData( const CString &sPath, Song &out );
bool LoadFromKSFFile( const CString &sPath, Notes &out, const Song &song );
bool LoadGlobalData( const CString &sPath, Song &out );
void RemoveHoles( NoteData &out, const Song &song );
void LoadTags( const CString &str, Song &out );
public:
void GetApplicableFiles( CString sPath, CStringArray &out );