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

    r2096 r2146  
    3636namespace orxonox {
    3737
    38     class Player; //Forward declaration, remove when fully integrated in objecthirarchy.
    39 
    4038    /**
    4139    @brief
     
    5149            virtual ~Rewardable();
    5250
    53             virtual bool reward(Player* player) = 0; //!<Method to transcribe a rewardable object to the player.
     51            virtual bool reward(ControllableEntity* player) = 0; //!<Method to transcribe a rewardable object to the player.
    5452
    5553    };
Note: See TracChangeset for help on using the changeset viewer.