From 98ba22e7064db57316dfff1ae127feb3dceeb73e Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 31 Jul 2014 13:58:22 +0200 Subject: Initial commit --- docs/html/_destroyed_object_popup_8h_source.html | 125 +++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 docs/html/_destroyed_object_popup_8h_source.html (limited to 'docs/html/_destroyed_object_popup_8h_source.html') diff --git a/docs/html/_destroyed_object_popup_8h_source.html b/docs/html/_destroyed_object_popup_8h_source.html new file mode 100644 index 0000000..f5653ba --- /dev/null +++ b/docs/html/_destroyed_object_popup_8h_source.html @@ -0,0 +1,125 @@ + + + + +Rally X: source/logic/DestroyedObjectPopup.h Source File + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + +
+
Rally X + +
+
ELEN3009 Project by Justin Wernick and David Schneider
+
+
+ + + + + +
+
+
source/logic/DestroyedObjectPopup.h
+
+
+Go to the documentation of this file.
00001 #ifndef DESTROYEDOBJECTPOPUP_H
+00002 #define DESTROYEDOBJECTPOPUP_H
+00003 
+00004 #include "../logic/LimitedTimeObject.h"
+00005 #include "../presentation/BitmapStore.h"
+00006 
+00015 class DestroyedObjectPopup : public LimitedTimeObject
+00016 {
+00017     public:
+00025         DestroyedObjectPopup(double x, double y, BitmapStore::Image image);
+00026 
+00027         //assignment and copy constructors have been left with the compiler generated versions
+00028 
+00029     private:
+00030         static const int POPUP_TIME = 30; 
+00031 };
+00032 
+00033 #endif // DESTROYEDOBJECTPOPUP_H
+
+
+ +
+ All Classes Files Functions Variables Typedefs Enumerations Enumerator
+ + +
+ +
+ + + + + + + -- cgit v1.2.3