Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 6, 2008, 12:02:05 AM (16 years ago)
Author:
dafrick
Message:

Started implementation of QuestEffectBeacon.
Done some documentation of QuestItem and subclasses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem2/src/orxonox/objects/quest/AddQuestHint.h

    r2096 r2146  
    3838namespace orxonox {
    3939
    40     class Player; //Forward declaration, remove when fully integrated into the objecthirarchy.
    41 
    4240    /**
    4341    @brief
     
    5452            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    5553
    56             virtual bool invoke(Player* player); //!< Invokes the effect.
     54            virtual bool invoke(ControllableEntity* player); //!< Invokes the effect.
    5755
    5856        private:
Note: See TracChangeset for help on using the changeset viewer.