mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
10 lines
115 B
C
10 lines
115 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace satdump
|
||
|
|
{
|
||
|
|
namespace settings
|
||
|
|
{
|
||
|
|
void setup();
|
||
|
|
void render();
|
||
|
|
}
|
||
|
|
}
|