Implemented functionality to download songs from the Icarus music server
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define DOWNLOAD_H_
|
||||
|
||||
#include<iostream>
|
||||
#include<string>
|
||||
|
||||
namespace Syncers
|
||||
{
|
||||
@@ -9,7 +10,11 @@ namespace Syncers
|
||||
{
|
||||
public:
|
||||
Download();
|
||||
Download(std::string);
|
||||
|
||||
void downloadSong(int);
|
||||
private:
|
||||
std::string downloadFilePath;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user