- Timestamp:
- Nov 19, 2008, 4:06:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem2/src/orxonox/objects/quest/QuestHint.cc
r2205 r2226 40 40 41 41 #include "orxonox/objects/infos/PlayerInfo.h" 42 #include "QuestManager.h" 42 43 #include "Quest.h" 43 44 … … 72 73 SUPER(QuestHint, XMLPort, xmlelement, mode); 73 74 75 QuestManager::registerHint(this); //!< Registers the QuestHint with the QuestManager. 76 74 77 COUT(3) << "New QuestHint {" << this->getId() << "} created." << std::endl; 75 78 }
Note: See TracChangeset
for help on using the changeset viewer.