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/AddQuestHint.h

    r2092 r2093  
    4040    /**
    4141    @brief
    42         Adds a QuestHint, resp. Activates the QuestHint.
     42        Adds a QuestHint, resp. Activates the QuestHint.
    4343    @author
    44         Damian 'Mozork' Frick
     44        Damian 'Mozork' Frick
    4545    */
    4646    class AddQuestHint : public QuestEffect
    4747    {
    48         public:
     48        public:
    4949            AddQuestHint(BaseObject* creator);
    50             virtual ~AddQuestHint();
     50            virtual ~AddQuestHint();
    5151
    52             virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
     52            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    5353
    54             virtual bool invoke(Player* player); //!< Invokes the effect.
     54            virtual bool invoke(Player* player); //!< Invokes the effect.
    5555
    56         private:
     56        private:
    5757            std::string hintId_;
    5858
    5959            inline const std::string & getHintId(void) const
    6060                { return this->hintId_; }
    61             void setHintId(const std::string & id);
     61            void setHintId(const std::string & id);
    6262
    6363    };
Note: See TracChangeset for help on using the changeset viewer.