Adapted to folder name change in the code. Networking -> Network

This commit is contained in:
stiffly
2015-12-07 15:48:17 +01:00
parent 9b830526f8
commit 3bfd08e780
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "Networking\Client.h" #include "Network\Client.h"
Client::Client() Client::Client()
{ {
+1 -1
View File
@@ -1,4 +1,4 @@
#include "Networking\Server.h" #include "Network\Server.h"
Server::Server() Server::Server()
{ {