moonlight-qt/config.tests/SLVideo/main.cpp
2018-07-21 20:29:05 -07:00

7 lines
80 B
C++

#include <SLVideo.h>
int main()
{
SLVideo_CreateContext();
return 0;
}