#include "PickupCollection.h"
#include "core/CoreIncludes.h"
#include "EquipmentItem.h"
#include "PassiveItem.h"
#include "UsableItem.h"
Namespaces | |
namespace | orxonox |
Typedefs | |
typedef std::pair < std::multimap< std::string, BaseItem * >::iterator, std::multimap< std::string, BaseItem * >::iterator > | orxonox::item_range |
typedef std::pair < std::multimap < ModifierType::Value, float > ::iterator, std::multimap < ModifierType::Value, float > ::iterator > | orxonox::modifier_range |