- Timestamp:
- Oct 31, 2008, 7:35:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem/src/orxonox/objects/GlobalQuest.h
r2068 r2076 32 32 #include <set> 33 33 34 #include "core/XMLPort.h" 34 35 #include "Quest.h" 35 36 … … 49 50 public: 50 51 GlobalQuest(); 51 GlobalQuest(std::string id);52 52 ~GlobalQuest(); 53 54 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 53 55 54 56 protected:
Note: See TracChangeset
for help on using the changeset viewer.