|
mElite
1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
|
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) |
Contains the World class, that contains all objects in the 3d game scenery.
Copyright Jan-Philipp Kappmeier, Melanie Schmidt
Definition in file World.cpp.
1.8.2