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

    r3073 r3079  
    4141#include <string>
    4242
    43 #include "util/Math.h" 
     43#include "util/Math.h"
    4444
    4545#include "ModifierType.h"
     
    4747namespace orxonox
    4848{
    49     class BaseItem;
    50     class EquipmentItem;
    51     class PassiveItem;
    52     class UsableItem;
    53     class Pawn;
    54 
    5549    /**
    5650        @brief PickupCollection for organising items.
     
    9791            @return Returns the pawn which owns the PickupCollection.
    9892        */
    99         inline Pawn* getOwner() const 
     93        inline Pawn* getOwner() const
    10094            { return this->owner_; }
    10195        /**
Note: See TracChangeset for help on using the changeset viewer.