mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-14 15:37:09 +00:00
9 lines
130 B
C++
9 lines
130 B
C++
#include <SLVideo.h>
|
|
#include <SLAudio.h>
|
|
|
|
int main()
|
|
{
|
|
SLVideo_CreateContext();
|
|
SLAudio_CreateContext();
|
|
return 0;
|
|
}
|