2 #ifndef WORLDSIM_ITEM_FACTORY_HPP 3 #define WORLDSIM_ITEM_FACTORY_HPP 26 #endif // WORLDSIM_ITEM_FACTORY_HPP Definition: ItemFactory.hpp:14
Item * produce(ItemType type, Character *character, Location *location)
Definition: ItemFactory.cpp:16
Item * produceBasic(ItemType type, Character *character, Location *location)
Definition: ItemFactory.cpp:22
ItemFactory()
Definition: ItemFactory.cpp:11
Definition: Character.hpp:38
Definition: Location.hpp:19
ItemType
Definition: Driver_Settings_Enums.hpp:268