mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
13 lines
No EOL
188 B
C++
13 lines
No EOL
188 B
C++
#pragma once
|
|
|
|
namespace satdump
|
|
{
|
|
namespace settings
|
|
{
|
|
extern bool show_imgui_demo;
|
|
void setup();
|
|
void render();
|
|
|
|
extern bool advanced_mode;
|
|
}
|
|
} |