Restructured src folder to be more clean

This commit is contained in:
seefo
2018-01-11 04:17:47 -05:00
parent e99d0f02a8
commit 3e3d18d318
20987 changed files with 5 additions and 1940589 deletions
@@ -0,0 +1,2 @@
#include "../../src/shared/ConnectionHandler.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/ManagerHandler.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/UdpLibraryMT/UdpHandlerMT.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/UdpLibraryMT/UdpLibraryMT.h"
@@ -0,0 +1 @@
#include "../../src/shared/Address.h"
@@ -0,0 +1 @@
#include "../../src/shared/BroadcastSock.h"
@@ -0,0 +1 @@
#include "../../src/shared/ConfigSharedNetwork.h"
@@ -0,0 +1 @@
#include "../../src/shared/Connection.h"
@@ -0,0 +1 @@
#include "../../src/shared/FirstSharedNetwork.h"
@@ -0,0 +1 @@
#include "../../src/shared/NetworkHandler.h"
@@ -0,0 +1,2 @@
#include "../../src/shared/NetworkSetupData.h"
@@ -0,0 +1 @@
#include "../../src/shared/Service.h"
@@ -0,0 +1 @@
#include "../../src/shared/SetupSharedNetwork.h"
@@ -0,0 +1,8 @@
#if defined(PLATFORM_WIN32)
#include "../../src/win32/Sock.h"
#elif defined(PLATFORM_LINUX)
#include "../../src/linux/Sock.h"
#else
#error Unsupported platform
#endif
@@ -0,0 +1 @@
#include "../../src/shared/UdpLibraryMT/UdpConnectionMT.h"
@@ -0,0 +1 @@
#include "../../src/shared/UdpSock.h"