Changeset 1747 for code/trunk/src/network/GamestateClient.h
- Timestamp:
- Sep 9, 2008, 4:25:52 AM (17 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core3 (added) merged: 1573-1574,1583-1586,1591-1594,1596-1597,1603,1606-1607,1610-1611,1655,1658,1676-1679,1681-1685,1687,1716-1723,1725-1729,1736
- Property svn:mergeinfo changed
-
code/trunk/src/network/GamestateClient.h
r1735 r1747 42 42 43 43 #include <map> 44 // 44 // 45 45 #include "NetworkPrereqs.h" 46 46 #include "core/CorePrereqs.h" … … 58 58 GamestateClient(); 59 59 ~GamestateClient(); 60 60 61 61 bool add(packet::Gamestate *gs, int clientID); 62 62 bool ack(int gamestateID, int clientID); 63 63 64 64 int processGamestates(); 65 65 packet::Gamestate *getGamestate(); … … 67 67 private: 68 68 bool processGamestate(packet::Gamestate *gs); 69 void removeObject(orxonox:: Iterator<Synchronisable> &it);69 void removeObject(orxonox::ObjectListIterator<Synchronisable> &it); 70 70 void printGamestateMap(); 71 71 bool saveShipCache(); … … 78 78 orxonox::SpaceShip *myShip_; 79 79 unsigned char *shipCache_; 80 80 81 81 }; 82 82
Note: See TracChangeset
for help on using the changeset viewer.