Handling song being moved on the c++ side #55

This commit is contained in:
kdeng00
2019-08-04 17:08:49 -04:00
parent 610d4fb08d
commit 1531cad134
5 changed files with 57 additions and 47 deletions
+1
View File
@@ -7,4 +7,5 @@ struct Song
char *Album;
char *Genre;
int Year;
char *SongPath;
};