add logo, shutdown LogRemote on exit

This commit is contained in:
2018-03-09 00:29:24 +01:00
parent bae030f1ad
commit fadced1391
7 changed files with 23 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ public:
std::ofstream m_logfile;
void start();
void stop();
void net_init();
std::string net_request(std::string cmd, std::string data = "");
void net_close();