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