Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2009, 9:34:07 PM (15 years ago)
Author:
rgrieder
Message:

Cleanup in pickup and quest (almost only cleaned the header file sections).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/quest/Rewardable.h

    r3158 r3180  
    3636
    3737#include "OrxonoxPrereqs.h"
    38 
    39 #include "core/BaseObject.h"
     38#include "core/OrxonoxClass.h"
    4039
    4140namespace orxonox
     
    4948        Damian 'Mozork' Frick
    5049    */
    51     class _OrxonoxExport Rewardable : public BaseObject
     50    class _OrxonoxExport Rewardable : public OrxonoxClass
    5251    {
    5352        public:
    54             Rewardable(BaseObject* creator);
    55             virtual ~Rewardable();
     53            Rewardable();
     54            virtual ~Rewardable() {}
    5655
    5756            /**
     
    6766
    6867    };
    69 
    7068}
    7169
Note: See TracChangeset for help on using the changeset viewer.