Changeset 2788 for code/branches/questsystem5/src/orxonox/objects
- Timestamp:
- Mar 15, 2009, 4:17:20 PM (16 years ago)
- Location:
- code/branches/questsystem5/src/orxonox/objects/quest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5/src/orxonox/objects/quest/QuestManager.cc
r2786 r2788 52 52 Is inheriting from BaseObject proper? 53 53 */ 54 QuestManager::QuestManager() : BaseObject(this)54 QuestManager::QuestManager() 55 55 { 56 56 RegisterRootObject(QuestManager); -
code/branches/questsystem5/src/orxonox/objects/quest/QuestManager.h
r2786 r2788 40 40 #include <string> 41 41 42 #include "core/ BaseObject.h"42 #include "core/OrxonoxClass.h" 43 43 44 44 namespace orxonox … … 51 51 Damian 'Mozork' Frick 52 52 */ 53 class _OrxonoxExport QuestManager : public BaseObject53 class _OrxonoxExport QuestManager : public OrxonoxClass 54 54 { 55 55 public:
Note: See TracChangeset
for help on using the changeset viewer.