1
0

cNetwork: Split the main cpp file into several files.

This commit is contained in:
Mattes D
2015-01-18 11:57:16 +01:00
parent 1e5aedacea
commit c0cb787c10
14 changed files with 1170 additions and 1052 deletions

View File

@@ -4,6 +4,12 @@
// Declares the cNetworkSingleton class representing the storage for global data pertaining to network API
// such as a list of all connections, all listening sockets and the LibEvent dispatch thread.
// This is an internal header, no-one outside OSSupport should need to include it; use Network.h instead
#pragma once
#include "Network.h"