Allow to select FSX/P3D or XPlane standard models

This commit is contained in:
Klaus Basan
2018-11-14 04:41:47 +01:00
parent 21506293f3
commit 5b4960ec5b
3 changed files with 120 additions and 12 deletions

View File

@@ -63,6 +63,9 @@ namespace BlackGui
//! Distributors have been read
void onDistributorsRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState readState, int count);
//! Select all FSX standard models
void selectStandardModels();
//! Reload models
void reload();
};