X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fhud_ladr.cxx;h=38def8d9d7c85b4c13b1d2d7bc59c0232f46a1e4;hb=13ec36af4218402eda39c680e8da6ca2c198733c;hp=e3143cee6fdd4fd814fc4f5b515adbb24653d664;hpb=cc26bb7fe73be1fa23b5e1c3b88f71e0d361a4c2;p=flightgear.git diff --git a/src/Cockpit/hud_ladr.cxx b/src/Cockpit/hud_ladr.cxx index e3143cee6..38def8d9d 100644 --- a/src/Cockpit/hud_ladr.cxx +++ b/src/Cockpit/hud_ladr.cxx @@ -1,251 +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