mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 23:35:55 +00:00
8 lines
80 B
C++
8 lines
80 B
C++
#include <SLVideo.h>
|
|
|
|
int main()
|
|
{
|
|
SLVideo_CreateContext();
|
|
return 0;
|
|
}
|