aboutsummaryrefslogtreecommitdiff
path: root/src/includes/Player.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/includes/Player.hpp')
-rw-r--r--src/includes/Player.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/includes/Player.hpp b/src/includes/Player.hpp
index 3a2a040..ff094e9 100644
--- a/src/includes/Player.hpp
+++ b/src/includes/Player.hpp
@@ -9,6 +9,8 @@ class Player:public Entity
int stomprad=270;
float stomptime;
+ sf::CircleShape krug;
+
Player():Entity() {}
Player(sf::Vector2f pozicija,sf::Vector2f velicina,sf::Color boja);
void updatest(float dt);