summaryrefslogtreecommitdiff
path: root/source/logic/DestroyedObjectPopup.cpp
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2014-07-31 13:58:22 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2014-07-31 13:58:22 +0200
commit98ba22e7064db57316dfff1ae127feb3dceeb73e (patch)
tree1f7fe3065f804e491f558650285e8c6d05fc914b /source/logic/DestroyedObjectPopup.cpp
Initial commitHEADmain
Diffstat (limited to 'source/logic/DestroyedObjectPopup.cpp')
-rw-r--r--source/logic/DestroyedObjectPopup.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/logic/DestroyedObjectPopup.cpp b/source/logic/DestroyedObjectPopup.cpp
new file mode 100644
index 0000000..42ce08d
--- /dev/null
+++ b/source/logic/DestroyedObjectPopup.cpp
@@ -0,0 +1,6 @@
+#include "DestroyedObjectPopup.h"
+
+DestroyedObjectPopup::DestroyedObjectPopup(double x, double y, BitmapStore::Image image)
+ :LimitedTimeObject(x, y, image, POPUP_TIME)
+{
+}