In Source/Network create the two folders Server and Client. Both of these folders will have, for example, Server.h/.cpp. In the Source/Network folder, create the four files AbstractNetworkManager.h/.cpp and NetworkManager.h/.cpp with the latter inheriting from the former.
In
Source/Network
create the two foldersServer
andClient
. Both of these folders will have, for example,Server.h/.cpp
. In theSource/Network
folder, create the four filesAbstractNetworkManager.h/.cpp
andNetworkManager.h/.cpp
with the latter inheriting from the former.