Changeset 2101 for code/branches/objecthierarchy/src/core/RootGameState.h
- Timestamp:
- Nov 2, 2008, 12:09:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/core/RootGameState.h
r1755 r2101 42 42 43 43 void requestState(const std::string& name); 44 void start( int argc, char** argv);44 void start(); 45 45 46 46 private: 47 47 void makeTransition(GameStateBase* source, GameStateBase* destination); 48 48 void gotoState(const std::string& name); 49 50 void parseArguments(int argc, char** argv);51 49 52 50 std::string stateRequest_;
Note: See TracChangeset
for help on using the changeset viewer.