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