Skip to content

Commit 22b70d2

Browse files
committed
src/xrNetServer - the case of letters in include strings has been changed
1 parent a1dfcaa commit 22b70d2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/xrNetServer/NET_AuthCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#ifndef NET_AUTH_CHECK_INCLUDED
33
#define NET_AUTH_CHECK_INCLUDED
44

5-
#include "net_shared.h"
5+
#include "NET_Shared.h"
66

77
using xr_auth_strings_t = xr_vector<shared_str>;
88
void XRNETSERVER_API fill_auth_check_params(xr_auth_strings_t& ignore, xr_auth_strings_t& check);

src/xrNetServer/NET_Client.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include "stdafx.h"
22
#include "NET_Common.h"
3-
#include "net_Client.h"
4-
#include "net_Server.h"
5-
#include "net_Messages.h"
3+
#include "NET_Client.h"
4+
#include "NET_Server.h"
5+
#include "NET_Messages.h"
66
#include "NET_Log.h"
77
#include "xrCore/Threading/Lock.hpp"
88

src/xrNetServer/NET_Log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "stdafx.h"
2-
#include "net_log.h"
2+
#include "NET_Log.h"
33
#include "xrCore/Threading/Lock.hpp"
44
//---------------------------------------------------------
55
string64 PacketName[] = {"M_UPDATE", // DUAL: Update state

src/xrNetServer/NET_Server.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include "net_shared.h"
3+
#include "NET_Shared.h"
44
#include "ip_filter.h"
55
#include "NET_Common.h"
66
#include "NET_PlayersMonitor.h"

0 commit comments

Comments
 (0)