Rally X
ELEN3009 Project by Justin Wernick and David Schneider
Classes
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