17 class ForeignSpaceShip;
44 static class World *m_world;
70 std::list<GameObject*> GameObjects;
71 std::list<GameObject*>::iterator playerPosition;
72 std::list<GameObject*>::iterator starPosition;
73 std::list<GameObject*>::iterator stationPosition;
77 std::vector<GraphicsObject*> m_drawable;
79 std::vector<MovingObject*> m_moving;
81 unsigned long playerStartDistance;
82 unsigned int nrForCoriolis[256];
90 std::vector<PlanetInfoGraphical> *
getSystemPlanets(
unsigned __int8 number );
92 std::vector<SystemInfo> *
getSystems(
int left,
int right,
int bottom,
int top );
99 TextureName getPlanetTexture(
unsigned __int8 number );
101 TextureName getStarTexture(
unsigned __int8 number );
103 std::vector<PlanetInfoGraphical> * getSystemPlanetsR(
void );
104 std::vector<PlanetInfoGraphical> *systemPlanets[256];
105 std::vector<TextureName> systemStars;
137 unsigned int getRandNumber(
unsigned int min,
unsigned int max );
139 friend void error1( std::string error );
140 friend void error2( std::string error );