X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fhud_ladr.cxx;h=38def8d9d7c85b4c13b1d2d7bc59c0232f46a1e4;hb=13ec36af4218402eda39c680e8da6ca2c198733c;hp=e4ae0c115d46da9bc74e0866223c63410facfd36;hpb=a74e2059300a053e0667a4039412923fb1e70a54;p=flightgear.git diff --git a/src/Cockpit/hud_ladr.cxx b/src/Cockpit/hud_ladr.cxx index e4ae0c115..38def8d9d 100644 --- a/src/Cockpit/hud_ladr.cxx +++ b/src/Cockpit/hud_ladr.cxx @@ -1,252 +1,785 @@ #ifdef HAVE_CONFIG_H -# include +# include "config.h" #endif -#ifdef HAVE_WINDOWS_H -# include -#endif +#include -#include -#include +#include "hud.hxx" +#include "panel.hxx" +#include
-#include -#include -#include +// FIXME +extern float get_roll(void); +extern float get_pitch(void); -#include -#include -#include