2018-07-21 20:29:05 -07:00

8 lines
80 B
C++

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