From: curt Date: Thu, 9 Sep 1999 00:16:28 +0000 (+0000) Subject: Fiddling around with views, fdm data passing and management to try to be X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1b45c9ee546523709bc0d31277864eccf1a80b73;p=flightgear.git Fiddling around with views, fdm data passing and management to try to be more sensible so we can do a more reasonable external view. --- diff --git a/src/Aircraft/aircraft.hxx b/src/Aircraft/aircraft.hxx index 1ef175ad1..a05a4cb3a 100644 --- a/src/Aircraft/aircraft.hxx +++ b/src/Aircraft/aircraft.hxx @@ -38,7 +38,7 @@ // Define a structure containing all the parameters for an aircraft typedef struct{ - FGInterface *fdm_state; + FGInterface *fdm_state; FGControls *controls; } fgAIRCRAFT ; diff --git a/src/FDM/flight.hxx b/src/FDM/flight.hxx index 5afc060c4..4e81f042d 100644 --- a/src/FDM/flight.hxx +++ b/src/FDM/flight.hxx @@ -81,10 +81,17 @@ */ +#include + #include +#include + #include