|
mElite
1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
|
Implementation of the main class of the mElite game. Performs basic drawing and handles all the input. More...
#include <fstream>#include "App.h"#include "BitmapFont.h"#include "TextureFont.h"#include "TextInput.h"#include "Console.h"#include "ColorConstants.h"#include "MouseHandler.h"#include "Frustum.h"#include "HudLoadBar.h"#include "Button.h"#include "World.h"#include "PoliceShip.h"#include "Objects.h"#include "Shapes.h"#include "SpaceStation.h"#include "Star.h"#include "Planet.h"#include "TextureLoaderTGA.h"#include "Textures.h"#include "PlayerObject.h"#include "FileAccess.h"#include "FrameCounter.h"Go to the source code of this file.
Implementation of the main class of the mElite game. Performs basic drawing and handles all the input.
Copyright Jan-Philipp Kappmeier, Melanie Schmidt
Definition in file App.cpp.
1.8.2