Able to upload song. Left TODO on what's next
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef SONGMANAGER_H_
|
||||
#define SONGMANAGER_H_
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include "models.h"
|
||||
|
||||
class song_manager
|
||||
{
|
||||
public:
|
||||
song_manager(std::string&);
|
||||
|
||||
void saveSong(Song&);
|
||||
private:
|
||||
std::string exe_path;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user