mElite  1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
World.cpp File Reference

Contains the World class, that contains all objects in the 3d game scenery. More...

#include "World.h"
#include "SpaceShip.h"
#include "GlobalParameters.h"
#include "Textures.h"
#include "Wrapper.h"
#include "Objects.h"
#include "FileAccess.h"
#include "MovingObject.h"
#include "Planet.h"
#include "ForeignSpaceShip.h"
#include "Thargon.h"
#include "Pirate.h"
#include "Merchant.h"
#include "PoliceShip.h"
#include "GraphicsObject.h"
#include "PlayerObject.h"
#include "GameObject.h"
#include "Star.h"
#include "SpaceStation.h"

Go to the source code of this file.

Functions

Helper

Some additional functions.

void error1 (string error)
 
void error2 (string error)
 

Detailed Description

Contains the World class, that contains all objects in the 3d game scenery.

Copyright Jan-Philipp Kappmeier, Melanie Schmidt

Definition in file World.cpp.

Function Documentation

void error1 ( string  error)

Definition at line 1393 of file World.cpp.

void error2 ( string  error)

Definition at line 1397 of file World.cpp.