Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 9:03:51 PM (16 years ago)
Author:
landauf
Message:

converted tabs to spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/quest/QuestHint.h

    r2092 r2093  
    6565    {
    6666
    67         public:
     67        public:
    6868            QuestHint(BaseObject* creator);
    69             virtual ~QuestHint();
     69            virtual ~QuestHint();
    7070
    71             virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
     71            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    7272
    73             bool isActive(Player* player); //!< Returns true if the hint is active for the input player.
     73            bool isActive(Player* player); //!< Returns true if the hint is active for the input player.
    7474
    75             bool activate(Player* player); //!< Activates the hint for the input player.
     75            bool activate(Player* player); //!< Activates the hint for the input player.
    7676
    77             bool setQuest(Quest* quest); //!< Sets the quest the hint belongs to.
     77            bool setQuest(Quest* quest); //!< Sets the quest the hint belongs to.
    7878
    79             inline Quest* getQuest(void)
    80                { return this->quest_; }
     79            inline Quest* getQuest(void)
     80               { return this->quest_; }
    8181
    8282        private:
Note: See TracChangeset for help on using the changeset viewer.