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