Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2008, 7:35:08 AM (17 years ago)
Author:
dafrick
Message:

Completed XMLPort for all objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem/src/orxonox/objects/GlobalQuest.h

    r2068 r2076  
    3232#include <set>
    3333
     34#include "core/XMLPort.h"
    3435#include "Quest.h"
    3536
     
    4950        public:
    5051            GlobalQuest();
    51             GlobalQuest(std::string id);
    5252            ~GlobalQuest();
     53           
     54            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    5355           
    5456        protected:
Note: See TracChangeset for help on using the changeset viewer.