Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2008, 9:52:12 AM (16 years ago)
Author:
dafrick
Message:

Started with XMLPort…

File:
1 edited

Legend:

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

    r2043 r2068  
    4949        public:
    5050            GlobalQuest();
    51             GlobalQuest(std::string id, std::string title = "", std::string description = "");
     51            GlobalQuest(std::string id);
    5252            ~GlobalQuest();
    5353           
     
    6363            std::set<Player*> players_; //!< The set of players which possess this quest.
    6464            questStatus::Enum status_; //!< The status of this quest.
     65           
     66            void initialize(void);
    6567   
    6668    };
Note: See TracChangeset for help on using the changeset viewer.