Move current client code out to server file, still uses old file-system method
This commit is contained in:
parent
3b5599ffad
commit
0962546a82
3 changed files with 230 additions and 218 deletions
|
@ -1,4 +1,8 @@
|
|||
#ifndef _TTRTS_SERVER_H_
|
||||
#define _TTRTS_SERVER_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
int runServer(const std::string& dir,const std::string& file);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue