mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
12 lines
No EOL
159 B
C++
12 lines
No EOL
159 B
C++
#pragma once
|
|
|
|
#include "live.h"
|
|
|
|
namespace live
|
|
{
|
|
#ifdef BUILD_LIVE
|
|
extern bool live_processing;
|
|
void startRealLive();
|
|
void renderLive();
|
|
#endif
|
|
}; |