File tree Expand file tree Collapse file tree 6 files changed +3
-7
lines changed Expand file tree Collapse file tree 6 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1212#include " _vector3d.h"
1313#include " _vector4.h"
1414#include " _color.h"
15- #include " xrstring.h"
1615#include " xrCommon/math_funcs.h"
1716#include " xrCommon/xr_stack.h"
1817
Original file line number Diff line number Diff line change 33#define _INCDEF_NETUTILS_H_
44#include < string.h>
55#include " xrCore/_types.h"
6- #include " xrCore/_matrix.h"
76#include " client_id.h"
87#include " xrCommon/xr_string.h"
98
@@ -14,6 +13,7 @@ template <class T> struct _vector4;
1413typedef _vector4<float > Fvector4;
1514class shared_str ;
1615
16+
1717#pragma pack(push, 1)
1818
1919const u32 NET_PacketSizeLimit = 16 * 1024 ;
Original file line number Diff line number Diff line change 11#pragma once
22
3- #include " Common/Common.hpp"
43#include " _types.h"
54
65#include < tbb/tbb_allocator.h>
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ list(REMOVE_ITEM ${PROJECT_NAME}__SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/ui/UIList
8181list (REMOVE_ITEM ${PROJECT_NAME} __SOURCES "${CMAKE_CURRENT_SOURCE_DIR} /ui/UIListWnd.cpp" )
8282list (REMOVE_ITEM ${PROJECT_NAME} __SOURCES "${CMAKE_CURRENT_SOURCE_DIR} /ui/UIListWnd_script.cpp" )
8383list (REMOVE_ITEM ${PROJECT_NAME} __SOURCES "${CMAKE_CURRENT_SOURCE_DIR} /ui/UITextBanner.cpp" )
84+ list (REMOVE_ITEM ${PROJECT_NAME} __SOURCES "${CMAKE_CURRENT_SOURCE_DIR} /../xrServerEntities/PHNetState.cpp" )
8485
8586list (REMOVE_ITEM ${PROJECT_NAME} __INCLUDES "${CMAKE_CURRENT_SOURCE_DIR} /./atlas_stalkercs_v1.h" )
8687list (REMOVE_ITEM ${PROJECT_NAME} __INCLUDES "${CMAKE_CURRENT_SOURCE_DIR} /./battleye.h" )
Original file line number Diff line number Diff line change 1+ #include " stdafx.h"
12#pragma hdrstop
23
34#include " PHNetState.h"
4- #include " xrCore/net_utils.h"
5- #include " xrCore/FS.h"
65
76// ////////////////////////////////////8/////////////////////////////////////////////////////
87
Original file line number Diff line number Diff line change 66#include " xrCommon/xr_vector.h"
77
88class NET_Packet ;
9- class IReader ;
10- class IWriter ;
119
1210struct SPHNetState
1311{
You can’t perform that action at this time.
0 commit comments