Changeset 1769 for code/trunk/src/network/GamestateClient.h
- Timestamp:
- Sep 11, 2008, 5:06:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/GamestateClient.h
r1763 r1769 62 62 bool ack(int gamestateID, int clientID); 63 63 64 intprocessGamestates();64 bool processGamestates(); 65 65 packet::Gamestate *getGamestate(); 66 66 void cleanup(); … … 69 69 void removeObject(orxonox::ObjectListIterator<Synchronisable> &it); 70 70 void printGamestateMap(); 71 bool sendAck(unsigned int gamestateID); 71 72 bool saveShipCache(); 72 73 bool loadShipCache();
Note: See TracChangeset
for help on using the changeset viewer.