mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-02 15:56:02 +00:00
5 lines
122 B
C++
5 lines
122 B
C++
#include "Limelight.h"
|
|
|
|
void* initializeVideoStream(IP_ADDRESS host, PSTREAM_CONFIGURATION streamConfig) {
|
|
return NULL;
|
|
} |