move translations into a file

This commit is contained in:
Glenn Maynard
2003-02-11 05:43:03 +00:00
parent c6561e7615
commit 4fe46356e6
2 changed files with 49 additions and 109 deletions
+2
View File
@@ -13,6 +13,8 @@ public:
TitleSubst();
~TitleSubst();
void Load(const CString &filename);
void Subst(CString &title, CString &sub, CString &artist,
CString &ttitle, CString &tsub, CString &tartist);
};