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

    r1996 r2021  
    3434namespace orxonox {
    3535
     36    class Player; //Forward declaration, remove when fully integrated in objecthirarchy.
     37
    3638    /**
    3739    @brief
     
    4749            virtual ~Rewardable();
    4850           
    49             virtual bool reward(Player & player) = 0; //!<Method to transcribe a rewardable object to the player.
     51            virtual bool reward(Player* player) = 0; //!<Method to transcribe a rewardable object to the player.
    5052   
    5153    };
Note: See TracChangeset for help on using the changeset viewer.