21 #ifndef _GENERICUNIVERSE_H
22 #define _GENERICUNIVERSE_H
53 std::auto_ptr<GalaxyXML::Galaxy>
galaxy;
123 virtual void SetupCockpits( std::vector< std::string >players );
133 void getJumpPath(
const std::string &from,
const std::string &to, std::vector< std::string > &path )
const;
135 std::string
getGalaxyProperty(
const std::string &sys,
const std::string &prop );
136 std::string
getGalaxyPropertyDefault(
const std::string &sys,
const std::string &prop,
const std::string def =
"" );
171 void Generate1(
const char *file,
const char *jumpback );
184 Universe(
int argc,
char **argv,
const char *
galaxy,
bool server =
false );
185 void Init(
const char *gal );
190 virtual class StarSystem *
Init(
string systemfile,
const Vector ¢roid = Vector( 0,
192 0 ),
const string planetname =
string() );
250 if (name ==
"-active-") {