Changeset 478 for code/branches/FICN/src
- Timestamp:
- Dec 12, 2007, 7:34:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/PacketManager.h
r477 r478 47 47 //call this function to decode, it calls the right decoding function below 48 48 bool elaborate( ENetPacket* packet, int clientId ); 49 protected: 50 51 virtual void processChat( chat *data, int clientId); 52 49 53 50 54 private: … … 62 66 //two functions are note yet implemented! 63 67 //virtual void processGamestate(GameState *state); 64 virtual void processChat( chat *data, int clientId);65 68 void processClassid( classid *cid); 66 69 //virtual void processAck( ack *data);
Note: See TracChangeset
for help on using the changeset viewer.