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

    r2092 r2093  
    4646    class QuestEffect : public BaseObject
    4747    {
    48         public:
     48        public:
    4949            QuestEffect(BaseObject* creator);
    50             virtual ~QuestEffect();
     50            virtual ~QuestEffect();
    5151
    52             virtual bool invoke(Player* player) = 0; //!< Invokes the effect.
    53             static bool invokeEffects(Player* player, std::list<QuestEffect*> & effects); //!< Invokes all effects in the list.
     52            virtual bool invoke(Player* player) = 0; //!< Invokes the effect.
     53            static bool invokeEffects(Player* player, std::list<QuestEffect*> & effects); //!< Invokes all effects in the list.
    5454
    5555
Note: See TracChangeset for help on using the changeset viewer.