satdump/src-interface/live/live_run.h
2021-08-15 16:47:44 +02:00

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
};