Changeset 2850 for code/branches/gui/src/core/GameState.h
- Timestamp:
- Mar 25, 2009, 11:53:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/GameState.h
r2844 r2850 74 74 unsigned updating : 1; 75 75 unsigned suspended : 1; 76 unsigned topState : 1; 76 77 }; 77 78 … … 81 82 82 83 const std::string& getName() const { return name_; } 83 constState getActivity() const { return this->activity_; }84 State getActivity() const { return this->activity_; } 84 85 GameState* getParent() const { return this->parent_; } 85 86
Note: See TracChangeset
for help on using the changeset viewer.