Rally X
ELEN3009 Project by Justin Wernick and David Schneider
Classes
source/presentation/Screen.h File Reference
#include <list>
#include <algorithm>
#include <sstream>
#include <allegro5/allegro.h>
#include <allegro5/allegro_native_dialog.h>
#include "../logic/Maze.h"
#include "../logic/GameObject.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 "../presentation/GamePanel.h"
#include "../presentation/InfoPanel.h"

Go to the source code of this file.

Classes

class  BadResolution
 Exception that is thrown if the Config file requests a resolution that can not work. More...
class  Screen
 Class for creating a window on the screen. More...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator