diff options
author | p0358 <p0358@users.noreply.github.com> | 2022-01-01 22:41:45 +0100 |
---|---|---|
committer | p0358 <p0358@users.noreply.github.com> | 2022-01-01 22:41:45 +0100 |
commit | 65c2e58a6a788a504c352d4ed34d43be17d0abdd (patch) | |
tree | 0c96fb745385ce80ee29c68f5f0d9717eda493e4 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 8327cd3e13f80cde3c0b0f6482e400793e67007f (diff) | |
download | NorthstarLauncher-65c2e58a6a788a504c352d4ed34d43be17d0abdd.tar.gz NorthstarLauncher-65c2e58a6a788a504c352d4ed34d43be17d0abdd.zip |
Language selection/detection fixes, no more "files corrupted" error, will throw the proper Origin error now :D
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 1a79bee8..cabaf573 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -515,6 +515,7 @@ <ClInclude Include="include\spdlog\tweakme.h" /> <ClInclude Include="include\spdlog\version.h" /> <ClInclude Include="keyvalues.h" /> + <ClInclude Include="languagehooks.h" /> <ClInclude Include="logging.h" /> <ClInclude Include="main.h" /> <ClInclude Include="masterserver.h" /> @@ -554,6 +555,7 @@ <ClCompile Include="hooks.cpp" /> <ClCompile Include="hookutils.cpp" /> <ClCompile Include="keyvalues.cpp" /> + <ClCompile Include="languagehooks.cpp" /> <ClCompile Include="memalloc.cpp" /> <ClCompile Include="miscclientfixes.cpp" /> <ClCompile Include="misccommands.cpp" /> |