Changeset 401 for code/branches/FICN/src/network/PacketManager.h
- Timestamp:
- Dec 5, 2007, 4:10:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/PacketManager.h
r400 r401 66 66 //call this function to decode, it calls the right decoding function below 67 67 bool elaborate( ENetPacket* packet, int clientId ); 68 struct classid{ 69 int id; 70 int length; 71 int classid; 72 const char *message; 73 }; 68 74 private: 69 75 struct ack { … … 89 95 }; 90 96 91 struct classid{ 92 int id; 93 int length; 94 int classid; 95 const char *message; 96 }; 97 97 98 98 99 void acknowledgement( ENetPacket* packet );
Note: See TracChangeset
for help on using the changeset viewer.