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