Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 478


Ignore:
Timestamp:
Dec 12, 2007, 7:34:30 PM (16 years ago)
Author:
scheusso
Message:

spagat

File:
1 edited

Legend:

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

    r477 r478  
    4747        //call this function to decode, it calls the right decoding function below
    4848        bool elaborate( ENetPacket* packet, int clientId );
     49protected:
     50   
     51  virtual void processChat( chat *data, int clientId);
     52       
    4953       
    5054private:
     
    6266  //two functions are note yet implemented!
    6367  //virtual void processGamestate(GameState *state);
    64   virtual void processChat( chat *data, int clientId);
    6568  void processClassid( classid *cid);
    6669  //virtual void processAck( ack *data);
Note: See TracChangeset for help on using the changeset viewer.