Files
T

8 lines
80 B
C++

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