We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88193f6 commit dc55bdbCopy full SHA for dc55bdb
src/xrNetServer/empty/NET_Client.h
@@ -1,8 +1,8 @@
1
#pragma once
2
3
#include "Common/Noncopyable.hpp"
4
-#include "NET_Common.h"
5
-#include "NET_Shared.h"
+#include "../NET_Common.h"
+#include "../NET_Shared.h"
6
#include "xrCommon/xr_deque.h"
7
#include "xrCommon/xr_vector.h"
8
#include "xrCore/xrstring.h"
src/xrNetServer/empty/NET_Server.h
@@ -1,9 +1,9 @@
-#include "NET_PlayersMonitor.h"
-#include "ip_filter.h"
+#include "../NET_PlayersMonitor.h"
+#include "../ip_filter.h"
struct SClientConnectData {
9
ClientID clientID;
0 commit comments