![]() |
Pioneer
|
#include "SectorGenerator.h"#include "CustomSystem.h"#include "DateTime.h"#include "Factions.h"#include "Galaxy.h"#include "GameSaveError.h"#include "Json.h"#include "utils.h"
Namespaces | |
| namespace | FrontierNames |
| namespace | HybridNames |
| namespace | Doomdark |
| namespace | Katakana |
Macros | |
| #define | Square(x) ((x) * (x)) |
Functions | |
| void | FrontierNames::GetName (std::string &name, Random &rng) |
| void | HybridNames::GetName (std::string &name, Random &rng) |
| void | Doomdark::GetName (std::string &name, Random &rng) |
| void | Katakana::GetName (std::string &name, Random &rng) |
| #define Square | ( | x | ) | ((x) * (x)) |