mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-09-12 22:45:27 -04:00
Restructured src folder to be more clean
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user