Changeset 2817 for code/branches/gui/src/core/RootGameState.h
- Timestamp:
- Mar 21, 2009, 10:17:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/RootGameState.h
r2805 r2817 35 35 namespace orxonox 36 36 { 37 class _CoreExport RootGameState : public GameState <GameStateBase>37 class _CoreExport RootGameState : public GameState 38 38 { 39 39 // Hack! … … 47 47 48 48 private: 49 void makeTransition(GameState Base* source, GameStateBase* destination);49 void makeTransition(GameState* source, GameState* destination); 50 50 void gotoState(const std::string& name); 51 51
Note: See TracChangeset
for help on using the changeset viewer.