Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Completed XMLPort for all objects.

File:
1 edited

Legend:

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

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