#include "Item.hpp" bool CreatureLib::Library::Item::HasFlag(const std::string& flag) const { return this->_flags.find(flag) != this->_flags.end(); }