mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 07:15:27 +00:00
10 lines
130 B
C++
10 lines
130 B
C++
#include <SLVideo.h>
|
|
#include <SLAudio.h>
|
|
|
|
int main()
|
|
{
|
|
SLVideo_CreateContext();
|
|
SLAudio_CreateContext();
|
|
return 0;
|
|
}
|