Implements the BrickOutGame class. More...
#include <assert.h>
#include <fstream>
#include "Input/SDLMouse.h"
#include "Input/SDLKeyboard.h"
#include "Graphics/SDLScreen.h"
#include "Graphics/MathDraw.h"
#include "Math/MathCommon.h"
#include "Utility/StringUtility.h"
#include "Common/FileSystem.h"
#include "Game/GameMouse.h"
#include "Game/GUIMainMenu.h"
#include "Game/GUIScoreBoard.h"
#include "Game/HighScores.h"
#include "Game/GameSplashScreen.h"
#include "Game/LevelParser.h"
#include "Game/BrickOutGame.h"
#include "Game/ConsoleVars.h"
#include "Game/StarFieldEffect.h"
#include "Game/GUINameEntryScreen.h"
#include "Game/MusicVisualizerEffect.h"
#include "Application/DataPaths.h"
Implements the BrickOutGame class.