Move MakeLoader to NotesLoader. It doesn't make sense for it to be a member function of Song.
This commit is contained in:
@@ -21,6 +21,8 @@ public:
|
||||
virtual bool LoadFromDir( const RString &sPath, Song &out ) = 0;
|
||||
virtual void TidyUpData( Song &song, bool cache ) { }
|
||||
bool Loadable( const RString &sPath );
|
||||
|
||||
static NotesLoader *MakeLoader( const RString& sDir );
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user