On second thoughts move filesystem game code out to a filesystem cpp

This commit is contained in:
mdiluzio 2015-01-02 14:09:29 +00:00
parent 0962546a82
commit 8835bfb82a
6 changed files with 234 additions and 227 deletions

View file

@ -1,8 +1,4 @@
#ifndef _TTRTS_SERVER_H_
#define _TTRTS_SERVER_H_
#include <string>
int runServer(const std::string& dir,const std::string& file);
#endif