mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
7 lines
113 B
C
7 lines
113 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace offline
|
||
|
|
{
|
||
|
|
void initOfflineProcessingMenu();
|
||
|
|
void renderOfflineProcessingMenu();
|
||
|
|
}
|