Changeset 1690 for code/branches/gui/src/core/GameState.h
- Timestamp:
- Aug 31, 2008, 8:39:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/GameState.h
r1689 r1690 139 139 { 140 140 public: 141 GameState(const std::string& name) : GameStateBase(name) { } 141 GameState(const std::string& name) 142 : GameStateBase(name) 143 , parent_(0) 144 { } 142 145 virtual ~GameState() { } 143 146
Note: See TracChangeset
for help on using the changeset viewer.