satdump/src-interface/live_run.h
2021-06-16 13:30:22 +02:00

9 lines
No EOL
127 B
C

#pragma once
#include "live.h"
#ifdef BUILD_LIVE
extern bool live_processing;
void startRealLive();
void renderLive();
#endif