mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
16 lines
No EOL
260 B
C
16 lines
No EOL
260 B
C
#pragma once
|
|
|
|
enum satdump_ui_status
|
|
{
|
|
OFFLINE_PROCESSING,
|
|
LIVE_PROCESSING,
|
|
BASEBAND_RECORDER,
|
|
PROJECTION,
|
|
OVERLAY,
|
|
MAIN_MENU,
|
|
};
|
|
|
|
extern satdump_ui_status satdumpUiStatus;
|
|
|
|
void initMainUI();
|
|
void renderMainUI(int wwidth, int wheight); |