update Menu class and related stuff

This commit is contained in:
Andrzej Rybczak
2008-12-10 17:34:55 +01:00
parent c03bcbe44b
commit 284dd6a5be
21 changed files with 1309 additions and 1118 deletions

View File

@@ -79,6 +79,8 @@ class Song
void SetNewName(const string &name) { itsNewName = name == GetName() ? "" : name; }
string GetNewName() const { return itsNewName; }
std::string toString(const std::string &) const;
void NullMe() { itsSong = 0; }
void CopyPtr(bool copy) { copyPtr = copy; }