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/pickup/BaseItem.cc

    r3073 r3180  
    3434#include "BaseItem.h"
    3535
    36 #include "PickupCollection.h"
    37 
     36#include "util/Debug.h"
    3837#include "core/CoreIncludes.h"
    3938#include "core/XMLPort.h"
     
    5554        this->setGUIText("");
    5655    }
    57     //! Deconstructor.
     56    //! Destructor.
    5857    BaseItem::~BaseItem()
    5958    {
     
    105104    }
    106105
    107     const std::string& BaseItem::getGUIText() const { return this->guiText_; }
     106    const std::string& BaseItem::getGUIText() const
     107    {
     108        return this->guiText_;
     109    }
    108110}
Note: See TracChangeset for help on using the changeset viewer.