moonlight-qt/config.tests/SL/main.cpp

10 lines
130 B
C++
Raw Normal View History

#include <SLVideo.h>
2019-03-23 05:51:08 +00:00
#include <SLAudio.h>
int main()
{
SLVideo_CreateContext();
2019-03-23 05:51:08 +00:00
SLAudio_CreateContext();
return 0;
}