src/Network/Server.hh
changeset 400 d64bf28c4340
parent 381 9b35bc329d23
child 408 e6cfc44266af
equal deleted inserted replaced
399:c7295b72731a 400:d64bf28c4340
     1 #ifndef NETWORKSERVER_HH
     1 #ifndef NETWORKSERVER_HH
     2 #define NETWORKSERVER_HH
     2 #define NETWORKSERVER_HH
       
     3 
       
     4 /**
       
     5  * @file
       
     6  *
       
     7  * Game server implementation
       
     8  */
     3 
     9 
     4 #include "../GameState.hh"
    10 #include "../GameState.hh"
     5 #include "Session.hh"
    11 #include "Session.hh"
     6 #include "Object.hh"
    12 #include "Object.hh"
     7 
    13