Skip to content

Commit

Permalink
src/xrNetServer - the case of letters in include strings has been cha…
Browse files Browse the repository at this point in the history
…nged
  • Loading branch information
q4a committed Jun 30, 2018
1 parent a1dfcaa commit 22b70d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/xrNetServer/NET_AuthCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#ifndef NET_AUTH_CHECK_INCLUDED
#define NET_AUTH_CHECK_INCLUDED

#include "net_shared.h"
#include "NET_Shared.h"

using xr_auth_strings_t = xr_vector<shared_str>;
void XRNETSERVER_API fill_auth_check_params(xr_auth_strings_t& ignore, xr_auth_strings_t& check);
Expand Down
6 changes: 3 additions & 3 deletions src/xrNetServer/NET_Client.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "stdafx.h"
#include "NET_Common.h"
#include "net_Client.h"
#include "net_Server.h"
#include "net_Messages.h"
#include "NET_Client.h"
#include "NET_Server.h"
#include "NET_Messages.h"
#include "NET_Log.h"
#include "xrCore/Threading/Lock.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/xrNetServer/NET_Log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "stdafx.h"
#include "net_log.h"
#include "NET_Log.h"
#include "xrCore/Threading/Lock.hpp"
//---------------------------------------------------------
string64 PacketName[] = {"M_UPDATE", // DUAL: Update state
Expand Down
2 changes: 1 addition & 1 deletion src/xrNetServer/NET_Server.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "net_shared.h"
#include "NET_Shared.h"
#include "ip_filter.h"
#include "NET_Common.h"
#include "NET_PlayersMonitor.h"
Expand Down

0 comments on commit 22b70d2

Please sign in to comment.