Added song delete endpoint

This commit is contained in:
kdeng00
2019-08-26 23:10:24 -04:00
parent 48e97e7cd1
commit ed6f98eb5a
7 changed files with 59 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ public:
song_manager(std::string&);
void saveSong(Song&);
void deleteSong(Song&);
static void printSong(const Song&);
private: