mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
7 lines
106 B
C
7 lines
106 B
C
#pragma once
|
|
//#define BUILD_LIVE
|
|
|
|
#ifdef BUILD_LIVE
|
|
void initLive();
|
|
void renderLiveProcessing();
|
|
#endif
|