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

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