22 #ifndef RESOURCES_MAP_MAPITEM_H
23 #define RESOURCES_MAP_MAPITEM_H
41 explicit MapItem(
const int type);
44 const std::string &comment);
47 const std::string &comment,
60 void setPos(
const int x,
const int y);
81 const int x,
const int y,
82 const int dx,
const int dy)
const A_NONNULL(2);
const std::string & getComment() const
void setName(const std::string &name)
const std::string & getName() const
void setPos(const int x, const int y)
void setType(const int type)
void setComment(const std::string &comment)
void draw(Graphics *const graphics, const int x, const int y, const int dx, const int dy) const
#define A_DELETE_COPY(func)