Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 27, 2008, 8:31:20 PM (16 years ago)
Author:
dafrick
Message:

Nearly compiles, some minor improvements.

File:
1 edited

Legend:

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

    r1996 r2021  
    3636namespace orxonox {
    3737
     38    class Player; //Forward declaration, remove when fully integrated into the objecthirarchy.
     39
    3840    /**
    3941    @brief
     
    4547    {
    4648        public:
     49            ChangeQuestStatus();
    4750            ChangeQuestStatus(std::string questId);
    4851            virtual ~ChangeQuestStatus();
    4952           
    50             virtual void invoke(Player & player) = 0; //!< Invokes the effect.
     53            virtual void invoke(Player* player) = 0; //!< Invokes the effect.
    5154           
    5255        protected:
Note: See TracChangeset for help on using the changeset viewer.