Hack. Add direct translit support for DWI.

This commit is contained in:
Jason Felds
2006-10-22 06:36:05 +00:00
parent 606bd65340
commit 56ceb126a0
2 changed files with 59 additions and 8 deletions
+7
View File
@@ -29,6 +29,13 @@ public:
void GetApplicableFiles( const RString &sPath, vector<RString> &out );
bool Loadable( const RString &sPath );
bool LoadFromDir( const RString &sPath, Song &out );
private:
RString m_sTempSMTitle;
RString m_sTempSMSubTitle;
RString m_sTempSMArtist;
RString m_sTempTitle;
RString m_sTempSubTitle;
RString m_sTempArtist;
};
#endif