- Timestamp:
- Nov 8, 2008, 7:58:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem2/src/orxonox/objects/quest/QuestHint.cc
r2146 r2159 48 48 /** 49 49 @brief 50 Constructor. Initializes the object.50 Constructor. Registers the object. 51 51 */ 52 52 QuestHint::QuestHint(BaseObject* creator) : QuestItem(creator) 53 {54 this->initialize();55 }56 57 /**58 @brief59 Initialize the object.60 */61 void QuestHint::initialize(void)62 53 { 63 54 RegisterObject(QuestHint);
Note: See TracChangeset
for help on using the changeset viewer.