Move webservice settings to own file

This commit is contained in:
Vitor Kiguchi 2020-08-20 04:46:35 -03:00
parent 88a4759702
commit fa0cb52a5d
14 changed files with 104 additions and 76 deletions

View file

@ -1,6 +1,8 @@
add_library(network STATIC
network.cpp
network.h
network_settings.cpp
network_settings.h
packet.cpp
packet.h
room.cpp