src/Network/Client.hh
changeset 400 d64bf28c4340
parent 381 9b35bc329d23
child 408 e6cfc44266af
equal deleted inserted replaced
399:c7295b72731a 400:d64bf28c4340
     1 #ifndef NETWORKCLIENT_HH
     1 #ifndef NETWORKCLIENT_HH
     2 #define NETWORKCLIENT_HH
     2 #define NETWORKCLIENT_HH
       
     3 
       
     4 /**
       
     5  * @file
       
     6  *
       
     7  * Game client implementation
       
     8  */
     3 
     9 
     4 // forward-declare
    10 // forward-declare
     5 class NetworkClient;
    11 class NetworkClient;
     6 class NetworkClientLocalPlayer;
    12 class NetworkClientLocalPlayer;
     7 class NetworkClientRemotePlayer;
    13 class NetworkClientRemotePlayer;