Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2009, 2:28:24 AM (15 years ago)
Author:
landauf
Message:

Added forward declarations to OrxonoxPrereqs.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/pickup/DroppedItem.h

    r3073 r3079  
    4343namespace orxonox
    4444{
    45     class BaseItem;
    46     class Pawn;
    47 
    4845    class _OrxonoxExport DroppedItem : public StaticEntity, public Tickable
    4946    {
     
    6663            { this->triggerDistance_ = distance; }
    6764
    68         inline BaseItem* getItem() const 
     65        inline BaseItem* getItem() const
    6966            { return this->item_; }
    7067        inline void setItem(BaseItem* item)
Note: See TracChangeset for help on using the changeset viewer.