Implemented #56

This commit is contained in:
kdeng00
2019-08-11 23:24:23 -04:00
parent 51d40f270d
commit da8d4a9002
4 changed files with 57 additions and 102 deletions
+4
View File
@@ -1,3 +1,5 @@
#ifndef MODELS_H_
#define MODELS_H_
struct Song
{
@@ -17,3 +19,5 @@ struct Cover
char SongTitle[1024];
char ImagePath[1024];
};
#endif