diff options
Diffstat (limited to 'src/Entity.cpp')
| -rw-r--r-- | src/Entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Entity.cpp b/src/Entity.cpp index cc9f418..5759b94 100644 --- a/src/Entity.cpp +++ b/src/Entity.cpp @@ -1,5 +1,6 @@ #include"includes/Global.hpp" #include"includes/Entity.hpp" + Entity::Entity(sf::Vector2f pozicija, sf::Vector2f velicina,sf::Color boja) { telo.setSize(velicina); |
