This commit is contained in:
milek7
2019-01-14 00:20:14 +01:00
parent cb106fb135
commit b2a9388fab
12 changed files with 150 additions and 120 deletions

View File

@@ -41,8 +41,10 @@ namespace network
{
protected:
std::vector<std::shared_ptr<connection>> clients;
std::fstream recorder;
public:
server();
void push_delta(double dt, double sync, command_queue::commands_map commands);
command_queue::commands_map pop_commands();
void notify_train(std::string name);