X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fhud_ladr.cxx;h=38def8d9d7c85b4c13b1d2d7bc59c0232f46a1e4;hb=13ec36af4218402eda39c680e8da6ca2c198733c;hp=6500b80b6577308bc5df28c646f894c62ef48ac2;hpb=4f6ed28a176a7122846301c1295f780ba4387b8d;p=flightgear.git diff --git a/src/Cockpit/hud_ladr.cxx b/src/Cockpit/hud_ladr.cxx index 6500b80b6..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