mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 05:11:51 +08:00
engine: net_ws: include engine headers first
This commit is contained in:
@@ -13,6 +13,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include "client.h" // ConnectionProgress
|
||||
#include "netchan.h"
|
||||
#include "mathlib.h"
|
||||
#ifdef _WIN32
|
||||
// Winsock
|
||||
#include <winsock2.h>
|
||||
@@ -29,10 +33,6 @@ GNU General Public License for more details.
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
#include "client.h" // ConnectionProgress utilities
|
||||
#include "netchan.h"
|
||||
#include "mathlib.h"
|
||||
|
||||
#define NET_USE_FRAGMENTS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user