Renamed Networking -> Network

This commit is contained in:
sippeangelo
2015-12-07 15:22:26 +01:00
parent dbac9a9669
commit 6991a2be26
5 changed files with 5 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
#include "Networking\Client.h"
Client::Client()
{
}
Client::~Client()
{
}