diff --git a/src/utils/mp_configs_verifyer/configs_common.h b/src/utils/mp_configs_verifyer/configs_common.h index 442c2563bbf..6ceb2ec8319 100644 --- a/src/utils/mp_configs_verifyer/configs_common.h +++ b/src/utils/mp_configs_verifyer/configs_common.h @@ -1,7 +1,7 @@ #ifndef CONFIGS_COMMON_INCLUDED #define CONFIGS_COMMON_INCLUDED -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" namespace mp_anticheat { diff --git a/src/utils/mp_configs_verifyer/pch.h b/src/utils/mp_configs_verifyer/pch.h index 95792f70195..d29804e5f06 100644 --- a/src/utils/mp_configs_verifyer/pch.h +++ b/src/utils/mp_configs_verifyer/pch.h @@ -4,7 +4,7 @@ #include "xrCore/xrCore.h" #include "xrCore/LocatorAPI.h" #include "xrCore/ppmd_compressor.h" -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" #include diff --git a/src/utils/mp_configs_verifyer/xr_dsa_verifyer.h b/src/utils/mp_configs_verifyer/xr_dsa_verifyer.h index 7be30b36a95..a60fc3d23d4 100644 --- a/src/utils/mp_configs_verifyer/xr_dsa_verifyer.h +++ b/src/utils/mp_configs_verifyer/xr_dsa_verifyer.h @@ -1,7 +1,7 @@ #ifndef XR_DSA_VERIFYER_INCLUDED #define XR_DSA_VERIFYER_INCLUDED -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" class xr_dsa_verifyer { diff --git a/src/utils/mp_screenshots_info/pch.h b/src/utils/mp_screenshots_info/pch.h index 0e7d211123c..53c6fafeaaa 100644 --- a/src/utils/mp_screenshots_info/pch.h +++ b/src/utils/mp_screenshots_info/pch.h @@ -3,7 +3,7 @@ #include "xrCore/xrCore.h" #include "xrCore/LocatorAPI.h" -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" #include #include diff --git a/src/utils/mp_screenshots_info/xr_dsa_signer.h b/src/utils/mp_screenshots_info/xr_dsa_signer.h index c5b7ae724b5..620d1f36c77 100644 --- a/src/utils/mp_screenshots_info/xr_dsa_signer.h +++ b/src/utils/mp_screenshots_info/xr_dsa_signer.h @@ -1,7 +1,7 @@ #ifndef XR_DSA_SIGNER_INCLUDED #define XR_DSA_SIGNER_INCLUDED -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" typedef fastdelegate::FastDelegate1< long > sha_process_yielder; diff --git a/src/xrCore/xrCore.vcxproj b/src/xrCore/xrCore.vcxproj index 9120cd4e92d..cedbcb2ccf2 100644 --- a/src/xrCore/xrCore.vcxproj +++ b/src/xrCore/xrCore.vcxproj @@ -439,10 +439,10 @@ - - - - + + + + CppHeader diff --git a/src/xrCore/xrCore.vcxproj.filters b/src/xrCore/xrCore.vcxproj.filters index f20827af6a2..c85ecbbb242 100644 --- a/src/xrCore/xrCore.vcxproj.filters +++ b/src/xrCore/xrCore.vcxproj.filters @@ -118,7 +118,7 @@ {0a558484-bd93-4e59-90eb-227898f999f9} - + {c56e1246-919c-4516-ad31-b9d3b4dadbc4} @@ -372,14 +372,14 @@ Debug core\DxErr - - crypto + + Crypto - - crypto + + Crypto - - crypto + + Crypto @@ -791,14 +791,14 @@ Kernel\Common - - crypto + + Crypto - - crypto + + Crypto - - crypto + + Crypto crypto diff --git a/src/xrGame/configs_common.h b/src/xrGame/configs_common.h index 442c2563bbf..6ceb2ec8319 100644 --- a/src/xrGame/configs_common.h +++ b/src/xrGame/configs_common.h @@ -1,7 +1,7 @@ #ifndef CONFIGS_COMMON_INCLUDED #define CONFIGS_COMMON_INCLUDED -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" namespace mp_anticheat { diff --git a/src/xrGame/game_cl_mp.cpp b/src/xrGame/game_cl_mp.cpp index dc1f81f7dea..a47395a1b5a 100644 --- a/src/xrGame/game_cl_mp.cpp +++ b/src/xrGame/game_cl_mp.cpp @@ -35,7 +35,7 @@ #include "xrCore/ppmd_compressor.h" #include "xrCore/rt_compressor.h" #include "game_cl_mp_snd_messages.h" -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" #include "reward_event_generator.h" #include "game_cl_base_weapon_usage_statistic.h" diff --git a/src/xrGame/screenshots_common.h b/src/xrGame/screenshots_common.h index 4bd89b47b18..ab772c22634 100644 --- a/src/xrGame/screenshots_common.h +++ b/src/xrGame/screenshots_common.h @@ -1,7 +1,7 @@ #ifndef SCREENSHOTS_COMMON_INCLUDED #define SCREENSHOTS_COMMON_INCLUDED -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" namespace screenshots { diff --git a/src/xrGame/stats_submitter.h b/src/xrGame/stats_submitter.h index b8a97732eab..cdb85377557 100644 --- a/src/xrGame/stats_submitter.h +++ b/src/xrGame/stats_submitter.h @@ -5,7 +5,7 @@ #include "gamespy/GameSpy_ATLAS.h" #include "profile_data_types.h" #include "gsc_dsigned_ltx.h" -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" class CGameSpy_Full; diff --git a/src/xrGame/xr_dsa_signer.h b/src/xrGame/xr_dsa_signer.h index ffd89b11d28..3d0c793b16a 100644 --- a/src/xrGame/xr_dsa_signer.h +++ b/src/xrGame/xr_dsa_signer.h @@ -1,7 +1,7 @@ #ifndef XR_DSA_SIGNER_INCLUDED #define XR_DSA_SIGNER_INCLUDED -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" typedef fastdelegate::FastDelegate1< long > sha_process_yielder; diff --git a/src/xrGame/xr_dsa_verifyer.h b/src/xrGame/xr_dsa_verifyer.h index 7be30b36a95..a60fc3d23d4 100644 --- a/src/xrGame/xr_dsa_verifyer.h +++ b/src/xrGame/xr_dsa_verifyer.h @@ -1,7 +1,7 @@ #ifndef XR_DSA_VERIFYER_INCLUDED #define XR_DSA_VERIFYER_INCLUDED -#include "xrCore/crypto/crypto.h" +#include "xrCore/Crypto/crypto.h" class xr_dsa_verifyer {