fix catalog.xml out of date after reloading songs

This commit is contained in:
Chris Danford
2006-05-16 06:01:12 +00:00
parent 721d2083b9
commit f22d32f70a
4 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ extern const RString CATALOG_XML;
extern const RString CATALOG_XSL;
extern const RString CATALOG_XML_FILE;
void SaveCatalogXml( LoadingWindow *ld );
namespace CatalogXml
{
void Save( LoadingWindow *ld );
};
#endif