Refactor Steam Link support files

This commit is contained in:
Cameron Gutman
2019-03-22 22:51:08 -07:00
parent b78a7971d9
commit 2bf3f1b94b
9 changed files with 17 additions and 13 deletions

9
config.tests/SL/main.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include <SLVideo.h>
#include <SLAudio.h>
int main()
{
SLVideo_CreateContext();
SLAudio_CreateContext();
return 0;
}