- Timestamp:
- Nov 1, 2008, 11:00:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem/src/orxonox/objects/QuestItem.h
r2076 r2081 64 64 65 65 protected: 66 inline void setId(const std::string & id) 67 { id_ = id; } 66 void setId(const std::string & id); 68 67 inline void setDescription(QuestDescription* description) 69 68 { this->description_ = description; }
Note: See TracChangeset
for help on using the changeset viewer.