![]() |
Pioneer
|
#include <CustomSystem.h>
Public Types | |
| typedef std::vector< const CustomSystem * > | SystemList |
Public Member Functions | |
| CustomSystemsDatabase (Galaxy *galaxy, const std::string &customSysDir) | |
| ~CustomSystemsDatabase () | |
| void | Load () |
| const SystemList & | GetCustomSystemsForSector (int sectorX, int sectorY, int sectorZ) const |
| void | AddCustomSystem (const SystemPath &path, CustomSystem *csys) |
| Galaxy * | GetGalaxy () const |
| typedef std::vector<const CustomSystem *> CustomSystemsDatabase::SystemList |
|
inline |
| CustomSystemsDatabase::~CustomSystemsDatabase | ( | ) |
| void CustomSystemsDatabase::AddCustomSystem | ( | const SystemPath & | path, |
| CustomSystem * | csys | ||
| ) |
| const CustomSystemsDatabase::SystemList & CustomSystemsDatabase::GetCustomSystemsForSector | ( | int | sectorX, |
| int | sectorY, | ||
| int | sectorZ | ||
| ) | const |
|
inline |
| void CustomSystemsDatabase::Load | ( | ) |
