#include #include "MapObject.h" MapObject::MapObject() { isVisible = true; } int MapObject::getType() { return type; }