X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fhud_tbi.cxx;h=0c96340d14bd9fe5a73fd87a1dcd70b80d415357;hb=5f134cdec82692e4a414af302a8f30c3825ebe64;hp=868e1184c5c9f37214585a8e59279b70811cd8a6;hpb=485230b443de22c97d5c4ddfda98598fb52ce98a;p=flightgear.git diff --git a/src/Cockpit/hud_tbi.cxx b/src/Cockpit/hud_tbi.cxx index 868e1184c..0c96340d1 100644 --- a/src/Cockpit/hud_tbi.cxx +++ b/src/Cockpit/hud_tbi.cxx @@ -1,147 +1,241 @@ -#ifdef HAVE_CONFIG_H -# include -#endif +// +// Turn Bank Indicator +// -#ifdef HAVE_WINDOWS_H -# include -#endif +#include +#include "hud.hxx" -#include -#include +// FIXME +extern float get_roll(void); +extern float get_sideslip(void); -#include -#include -#include -#include +// x, y, width, height, get_roll, get_sideslip, maxBankAngle, maxSlipAngle, gap_width, working, tsi, rad -#include -#include -#include