Changeset 1752 for code/trunk/src/network/GamestateClient.h
- Timestamp:
- Sep 9, 2008, 8:28:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/GamestateClient.h
r1751 r1752 67 67 private: 68 68 packet::Gamestate *processGamestate(packet::Gamestate *gs); 69 void removeObject(orxonox::ObjectList <Synchronisable>::iterator&it);69 void removeObject(orxonox::ObjectListIterator<Synchronisable> &it); 70 70 void printGamestateMap(); 71 71 bool saveShipCache();
Note: See TracChangeset
for help on using the changeset viewer.