25 #ifndef ENGINES_KOTOR_INVENTORY_H 26 #define ENGINES_KOTOR_INVENTORY_H 47 const std::map<Common::UString, InventoryItem> &
getItems()
const;
50 typedef std::map<Common::UString, InventoryItem>
ItemMap;
59 #endif // ENGINES_KOTOR_INVENTORY_H
A class holding an UTF-8 string.
std::map< Common::UString, InventoryItem > ItemMap
void addItem(const Common::UString &tag, int count=1)
bool hasItem(const Common::UString &tag) const
void removeItem(const Common::UString &tag, int count=1)
const std::map< Common::UString, InventoryItem > & getItems() const