From c3cf2f7b4ddcc3053d41206abc2508d99a2a788f Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Tue, 19 Mar 2013 19:05:08 +0000 Subject: [PATCH] added CVector3D trueSpeedMetersPerSec --- src/blackcore/simulator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/blackcore/simulator.h b/src/blackcore/simulator.h index 63613e5a4..f74b4791d 100644 --- a/src/blackcore/simulator.h +++ b/src/blackcore/simulator.h @@ -11,6 +11,7 @@ #include "blackcore/sim_callbacks.h" #include "blackcore/vector_geo.h" +#include "blackcore/vector_3d.h" #define SHARED_LIBRARY_NAME_FS9 "bb_driver_fs9" #define SHARED_LIBRARY_NAME_FSX "bb_driver_fsx" @@ -18,7 +19,7 @@ namespace BlackMisc { - class IContext; + class IContext; } @@ -42,6 +43,7 @@ namespace BlackCore { float pitchDegrees; float bankDegrees; float groundSpeedKnots; + CVector3D trueSpeedMetersPerSec; }; class CAvionicsState