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
+3
View File
@@ -0,0 +1,3 @@
SOURCES = main.cpp
LIBS += -lSLVideo -lSLAudio
@@ -1,7 +1,9 @@
#include <SLVideo.h>
#include <SLAudio.h>
int main()
{
SLVideo_CreateContext();
SLAudio_CreateContext();
return 0;
}
-3
View File
@@ -1,3 +0,0 @@
SOURCES = main.cpp
LIBS += -lSLVideo