// Live digital readouts overlaid next to the right-hand panel labels // (COM1, NAV1, NAV2, DME, XPNDR, TIME, MAGS, FUEL, OIL, RPM, CARB H). #ifndef PANEL_DIGITS_H #define PANEL_DIGITS_H #include "aircraft.h" #include "framebuffer.h" #include "radios.h" #include "timeOfDay.h" void panelDigitsDraw(FramebufferT *fb, const AircraftT *ac, const RadiosT *radios, const TimeOfDayT *tod); #endif