summaryrefslogtreecommitdiff
path: root/src/entity.cpp
blob: 13bd2909621faf77117ccbdc3ba60b24b30e0dee (plain)
1
2
3
4
5
6
7
#include "entity.hpp"

void Entity::Place()
{
    gfxData.x = L.x;
    gfxData.y = L.y;
}