Ref T89, provider for ecosystem info

Also Ref T259, Ref T243
This commit is contained in:
Klaus Basan
2018-03-12 18:07:05 +01:00
parent 55534cbb09
commit 63cff1853e
4 changed files with 175 additions and 0 deletions

View File

@@ -22,6 +22,12 @@ namespace BlackMisc
return this->getSystemString();
}
const CEcosystem &CEcosystem::unspecified()
{
static const CEcosystem e(Unspecified);
return e;
}
const CEcosystem &CEcosystem::vatsim()
{
static const CEcosystem e(VATSIM);