Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 6:36:18 PM (16 years ago)
Author:
scheusso
Message:

some improvements in chatserver/client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/PacketManager.h

    r440 r475  
    6262  //two functions are note yet implemented!
    6363  //virtual void processGamestate(GameState *state);
    64   virtual void processChat( chat *data, int clientId);
    65   virtual void processClassid( classid *cid);
     64  void processChat( chat *data, int clientId);
     65  void processClassid( classid *cid);
    6666  //virtual void processAck( ack *data);
    6767 
Note: See TracChangeset for help on using the changeset viewer.