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