aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-04-09 02:15:26 +0100
committerGitHub <noreply@github.com>2022-04-09 02:15:26 +0100
commite070b8b610de10401d62fdeee1037c4d451d40dc (patch)
tree24e3216b8806a198e14d6a89c589c59ec2d5f9ce /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
parent1de9ea495fbe0a73db670ee73c23fad844364b8b (diff)
downloadNorthstarLauncher-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.filters')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
index 3cc20b58..4089f1ca 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
@@ -1503,6 +1503,9 @@
<ClInclude Include="version.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="clientruihooks.h">
+ <Filter>Header Files\Client</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
@@ -1664,6 +1667,9 @@
<ClCompile Include="version.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="clientruihooks.cpp">
+ <Filter>Source Files\Client</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<MASM Include="audio_asm.asm">