mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-14 05:12:27 +00:00
8 lines
80 B
C++
8 lines
80 B
C++
|
#include <SLVideo.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
SLVideo_CreateContext();
|
||
|
return 0;
|
||
|
}
|