mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T89, provider for ecosystem info
Also Ref T259, Ref T243
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user