Changeset 3047 for code/branches/netp3/src/network/packet/Gamestate.h
- Timestamp:
- May 25, 2009, 12:47:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp3/src/network/packet/Gamestate.h
r3045 r3047 120 120 bool compressData(); 121 121 bool decompressData(); 122 bool operator ==(packet::Gamestate gs); 122 123 123 124 // Packet functions … … 126 127 virtual inline bool process(); 127 128 128 bool operator ==(packet::Gamestate gs);129 129 private: 130 130 uint32_t calcGamestateSize(int32_t id, uint8_t mode=0x0);
Note: See TracChangeset
for help on using the changeset viewer.