Add X-Plane object version into the model description

This commit is contained in:
Roland Winklmeier
2018-09-04 14:37:47 +02:00
committed by Klaus Basan
parent 01779183c4
commit dbbc459dbc
2 changed files with 14 additions and 1 deletions

View File

@@ -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