Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 17, 2008, 2:35:51 PM (16 years ago)
Author:
rgrieder
Message:

merged network branch into new network2 branch (from trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network2/src/network/ClientInformation.h

    r1062 r1098  
    7575    bool removeClient(int clientID);
    7676    bool removeClient(ENetPeer *peer);
     77    //## add bool mask-function eventually
    7778    ClientInformation *findClient(int clientID, bool look_backwards=false);
     79    //## add bool mask-function eventually
    7880    ClientInformation *findClient(ENetAddress *address, bool look_backwards=false);
    7981
Note: See TracChangeset for help on using the changeset viewer.