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