Changeset 2662 for code/trunk/src/network/GamestateManager.h
- Timestamp:
- Feb 14, 2009, 10:17:35 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/network/GamestateManager.h
r2171 r2662 43 43 #include "NetworkPrereqs.h" 44 44 #include "GamestateHandler.h" 45 #include "TrafficControl.h" 45 46 #include <map> 46 47 … … 81 82 void removeClient(ClientInformation *client); 82 83 private: 83 // void cleanup(); // "garbage handler"84 84 bool processGamestate(packet::Gamestate *gs); 85 85 … … 89 89 std::map<unsigned int, packet::Gamestate*> gamestateQueue; 90 90 packet::Gamestate *reference; 91 TrafficControl *trafficControl_; 91 92 unsigned int id_; 92 93 };
Note: See TracChangeset
for help on using the changeset viewer.