fs2port/port/include/panelDigits.h
2026-05-13 21:32:05 -05:00

14 lines
395 B
C

// 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