#include "entity.hpp" void Entity::Place() { gfxData.x = rect.x; gfxData.y = rect.y; }