Add support for multiple Network backends, stub in GOGNetwork

This commit is contained in:
Ethan Lee
2020-01-13 11:15:17 -05:00
parent 8be05ca40f
commit 9758290cf3
5 changed files with 151 additions and 19 deletions

View File

@@ -91,7 +91,9 @@ SET(VVV_SRC
src/UtilityClass.cpp
src/WarpClass.cpp
src/main.cpp
src/Network.c
src/SteamNetwork.c
src/GOGNetwork.c
)
SET(XML_SRC
../third_party/tinyxml/tinystr.cpp