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/_game_8h.html | 133 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 docs/html/_game_8h.html (limited to 'docs/html/_game_8h.html') diff --git a/docs/html/_game_8h.html b/docs/html/_game_8h.html new file mode 100644 index 0000000..cfe326d --- /dev/null +++ b/docs/html/_game_8h.html @@ -0,0 +1,133 @@ + + + + +Rally X: source/logic/Game.h File Reference + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + +
+
Rally X + +
+
ELEN3009 Project by Justin Wernick and David Schneider
+
+
+ + + + + +
+
+ +
+
source/logic/Game.h File Reference
+
+
+
#include <list>
+#include <algorithm>
+#include <allegro5/allegro.h>
+#include "../presentation/Screen.h"
+#include "../presentation/BitmapStore.h"
+#include "../logic/Maze.h"
+#include "../logic/PlayerCar.h"
+#include "../logic/EnemyCar.h"
+#include "../logic/Checkpoint.h"
+#include "../logic/Rock.h"
+#include "../logic/Smokescreen.h"
+#include "../logic/DestroyedObjectPopup.h"
+#include "../logic/AllegroWrappers.h"
+#include "../logic/CollisionDetector.h"
+#include "../data/LevelReader.h"
+#include "../data/Config.h"
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  Game
 The object that controls the flow of the game, and the launch point of the game. More...
+
+ +
+ All Classes Files Functions Variables Typedefs Enumerations Enumerator
+ + +
+ +
+ + + + + + + -- cgit v1.2.3