Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2007, 11:30:17 PM (16 years ago)
Author:
nicolasc
Message:

cleaned up network, builds with CML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/merger/src/network/ClientConnection.h

    r278 r285  
    22// C++ Interface: ClientConnection
    33//
    4 // Description: 
     4// Description:
    55//
    66//
     
    2121#include <boost/bind.hpp>
    2222// headerfile
    23 #include "network/ClientConnection.h"
    24 #include "network/PacketBuffer.h"
     23#include "ClientConnection.h"
     24#include "PacketBuffer.h"
    2525
    2626namespace network{
     
    3131#define NETWORK_SEND_WAIT 5
    3232#define NETWORK_CLIENT_CHANNELS 2
    33  
    34  
     33
     34
    3535  class ClientConnection{
    3636    public:
     
    6767    ENetPeer *server;
    6868  };
    69  
    70  
    71  
    72  
    73  
    74  
    75  
    76  
     69
     70
     71
     72
     73
     74
     75
     76
    7777}
    7878
Note: See TracChangeset for help on using the changeset viewer.