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.cc

    r3158 r3180  
    3333
    3434#include "Rewardable.h"
    35 
    3635#include "core/CoreIncludes.h"
    3736
     
    4241        Constructor. Registers the object.
    4342    */
    44     Rewardable::Rewardable(BaseObject* creator) : BaseObject(creator)
     43    Rewardable::Rewardable()
    4544    {
    4645        RegisterObject(Rewardable);
    4746    }
    48 
    49     /**
    50     @brief
    51         Destructor,
    52     */
    53     Rewardable::~Rewardable()
    54     {
    55     }
    56 
    57 
    5847}
Note: See TracChangeset for help on using the changeset viewer.