Changeset 1740 for code/trunk/src/network/GamestateHandler.h
- Timestamp:
- Sep 8, 2008, 2:48:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/GamestateHandler.h
r1735 r1740 43 43 virtual bool add(packet::Gamestate *gs, int clientID)=0; 44 44 virtual bool ack(int gamestateID, int clientID)=0; 45 45 46 46 static GamestateHandler *instance_; 47 48 47 48 49 49 protected: 50 50 GamestateHandler(); 51 ~GamestateHandler();52 51 virtual ~GamestateHandler(); 52 53 53 public: 54 54 static bool addGamestate(packet::Gamestate *gs, int clientID){ return instance_->add(gs, clientID); }
Note: See TracChangeset
for help on using the changeset viewer.