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