mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-13 23:17:09 +00:00
7 lines
80 B
C++
7 lines
80 B
C++
#include <SLVideo.h>
|
|
|
|
int main()
|
|
{
|
|
SLVideo_CreateContext();
|
|
return 0;
|
|
}
|