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/class_rock.html | 184 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 docs/html/class_rock.html (limited to 'docs/html/class_rock.html') diff --git a/docs/html/class_rock.html b/docs/html/class_rock.html new file mode 100644 index 0000000..0c6f5f1 --- /dev/null +++ b/docs/html/class_rock.html @@ -0,0 +1,184 @@ + + + + +Rally X: Rock Class Reference + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + +
+
Rally X + +
+
ELEN3009 Project by Justin Wernick and David Schneider
+
+
+ + + + + +
+
+ +
+
Rock Class Reference
+
+
+ +

A game object that acts as an obstacle to the player. + More...

+ +

#include <Rock.h>

+
+Inheritance diagram for Rock:
+
+
+ + +GameObject + +
+ +

List of all members.

+ + + + +

+Public Member Functions

 Rock (double x, double y)
 Creates a Rock at the given coordinates.
+

Detailed Description

+

A game object that acts as an obstacle to the player.

+

Does nothing actively.

+
Author:
Justin Wernick
+
+David Schneider
+ +

Definition at line 15 of file Rock.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
Rock::Rock (double x,
double y 
)
+
+
+ +

Creates a Rock at the given coordinates.

+
Parameters:
+ + + +
[in]xThe x coordinate of the Rock's position.
[in]yThe y coordinate of the Rock's position.
+
+
+ +

Definition at line 3 of file Rock.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Files Functions Variables Typedefs Enumerations Enumerator
+ + +
+ +
+ + + + + + + -- cgit v1.2.3