mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Add X-Plane object version into the model description
This commit is contained in:
committed by
Klaus Basan
parent
01779183c4
commit
dbbc459dbc
@@ -64,6 +64,12 @@ namespace BlackMisc
|
||||
//! CSL Plane data
|
||||
struct CSLPlane
|
||||
{
|
||||
enum ObjectVersion
|
||||
{
|
||||
OBJ7,
|
||||
OBJ8
|
||||
};
|
||||
|
||||
QString getModelName() const;
|
||||
|
||||
// Model name parts
|
||||
@@ -75,6 +81,8 @@ namespace BlackMisc
|
||||
QString icao; //!< Icao type of this model
|
||||
QString airline; //!< Airline identifier. Can be empty.
|
||||
QString livery; //!< Livery identifier. Can be empty.
|
||||
|
||||
ObjectVersion objectVersion;
|
||||
};
|
||||
|
||||
//! CSL package
|
||||
|
||||
Reference in New Issue
Block a user