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/_checkpoint_8h_source.html | 132 +++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 docs/html/_checkpoint_8h_source.html (limited to 'docs/html/_checkpoint_8h_source.html') diff --git a/docs/html/_checkpoint_8h_source.html b/docs/html/_checkpoint_8h_source.html new file mode 100644 index 0000000..27a7f35 --- /dev/null +++ b/docs/html/_checkpoint_8h_source.html @@ -0,0 +1,132 @@ + + + + +Rally X: source/logic/Checkpoint.h Source File + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + +
+
Rally X + +
+
ELEN3009 Project by Justin Wernick and David Schneider
+
+
+ + + + + +
+
+
source/logic/Checkpoint.h
+
+
+Go to the documentation of this file.
00001 #ifndef CHECKPOINT_H
+00002 #define CHECKPOINT_H
+00003 
+00004 #include "../logic/GameObject.h"
+00005 #include "../presentation/BitmapStore.h"
+00006 
+00015 class Checkpoint: public GameObject
+00016 {
+00017     public:
+00023         static int checkpointCount();
+00024 
+00031         Checkpoint(double x, double y);
+00035         Checkpoint(const Checkpoint& ref);
+00036 
+00037         //assignment operator has been left with the compiler generated version.
+00038 
+00042         ~Checkpoint();
+00043 
+00047         void collect();
+00048 
+00049     private:
+00050         static int _checkpointCount; 
+00051 };
+00052 
+00053 #endif // CHECKPOINT_H
+
+
+ +
+ All Classes Files Functions Variables Typedefs Enumerations Enumerator
+ + +
+ +
+ + + + + + + -- cgit v1.2.3