Ref T182, utility functions for model/model list

This commit is contained in:
Klaus Basan
2017-11-06 01:24:34 +01:00
parent e257d96b73
commit 8e9411edb1
5 changed files with 71 additions and 11 deletions

View File

@@ -214,6 +214,9 @@ namespace BlackMisc
//! Military model?
bool isMilitary() const;
//! Civilian model?
bool isCivilian() const;
//! Get livery
const BlackMisc::Aviation::CLivery &getLivery() const { return m_livery; }