aboutsummaryrefslogtreecommitdiff
path: root/src/Enemy2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Enemy2.cpp')
-rw-r--r--src/Enemy2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Enemy2.cpp b/src/Enemy2.cpp
index 98de1a6..e89fbb2 100644
--- a/src/Enemy2.cpp
+++ b/src/Enemy2.cpp
@@ -1,5 +1,6 @@
#include"includes/Global.hpp"
#include"includes/Enemy2.hpp"
+
float Enemy2::time=14;
Enemy2::Enemy2(sf::Vector2f pozicija,sf::Vector2f velicina,sf::Color boja):Entity(pozicija,velicina,boja)
{