Network: Added an executable to host an dedicated room for local wifi

This commit is contained in:
B3n30 2017-10-31 10:13:21 +01:00
parent 33a0e87ac2
commit a40ef602a3
4 changed files with 261 additions and 0 deletions

View file

@ -17,3 +17,4 @@ endif()
if (ENABLE_WEB_SERVICE)
add_subdirectory(web_service)
endif()
add_subdirectory(dedicated_room)