summaryrefslogtreecommitdiff
path: root/source/logic/Smokescreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/logic/Smokescreen.cpp')
-rw-r--r--source/logic/Smokescreen.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/logic/Smokescreen.cpp b/source/logic/Smokescreen.cpp
new file mode 100644
index 0000000..9ad4316
--- /dev/null
+++ b/source/logic/Smokescreen.cpp
@@ -0,0 +1,6 @@
+#include "Smokescreen.h"
+
+Smokescreen::Smokescreen(double x, double y)
+ :LimitedTimeObject(x,y,BitmapStore::SMOKE,SMOKE_TIME)
+{
+}