Files
moonlight-qt/config.tests/SLVideo/main.cpp
T

8 lines
80 B
C++

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