Changeset 2805 for code/branches/gui/src/core/RootGameState.h
- Timestamp:
- Mar 19, 2009, 4:59:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/RootGameState.h
r2662 r2805 37 37 class _CoreExport RootGameState : public GameState<GameStateBase> 38 38 { 39 // Hack! 40 friend class Game; 41 39 42 public: 40 43 RootGameState(const std::string& name); … … 42 45 43 46 void requestState(const std::string& name); 44 void start();45 47 46 48 private:
Note: See TracChangeset
for help on using the changeset viewer.