Directories are created using C++ when a song is uploaded
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
struct Song
|
||||
{
|
||||
int Id;
|
||||
char *Title;
|
||||
char *Artist;
|
||||
char *Album;
|
||||
char *Genre;
|
||||
int Year;
|
||||
};
|
||||
Reference in New Issue
Block a user