diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-04-09 02:15:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-09 02:15:26 +0100 |
commit | e070b8b610de10401d62fdeee1037c4d451d40dc (patch) | |
tree | 24e3216b8806a198e14d6a89c589c59ec2d5f9ce /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 1de9ea495fbe0a73db670ee73c23fad844364b8b (diff) | |
download | NorthstarLauncher-e070b8b610de10401d62fdeee1037c4d451d40dc.tar.gz NorthstarLauncher-e070b8b610de10401d62fdeee1037c4d451d40dc.zip |
add rui_drawEnable (#134)
* add rui_drawEnable
* oops forgot to push vcxproj changes to branch
* format clientruihooks.cpp
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 e9a27ad9..be70b70b 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -114,6 +114,7 @@ <ClInclude Include="buildainfile.h" /> <ClInclude Include="chatcommand.h" /> <ClInclude Include="clientchathooks.h" /> + <ClInclude Include="clientruihooks.h" /> <ClInclude Include="clientvideooverrides.h" /> <ClInclude Include="localchatwriter.h" /> <ClInclude Include="plugins.h" /> @@ -572,6 +573,7 @@ <ClCompile Include="chatcommand.cpp" /> <ClCompile Include="clientauthhooks.cpp" /> <ClCompile Include="clientchathooks.cpp" /> + <ClCompile Include="clientruihooks.cpp" /> <ClCompile Include="clientvideooverrides.cpp" /> <ClCompile Include="concommand.cpp" /> <ClCompile Include="configurables.cpp" /> |