aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj.filters
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-11-12 14:16:38 +0000
committerGitHub <noreply@github.com>2022-11-12 14:16:38 +0000
commitab5db7fde23ef6cd87fa8a7e07973179a80e02d4 (patch)
tree7788d66c7cb77398f3efece82d716db738a4b3a1 /NorthstarDLL/NorthstarDLL.vcxproj.filters
parenta02ccdddde4495504fe11d593f3ed3fcefc00a0f (diff)
downloadNorthstarLauncher-ab5db7fde23ef6cd87fa8a7e07973179a80e02d4.tar.gz
NorthstarLauncher-ab5db7fde23ef6cd87fa8a7e07973179a80e02d4.zip
allow vmts do be loaded from disk (#292)
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj.filters')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj.filters b/NorthstarDLL/NorthstarDLL.vcxproj.filters
index f5d5bd5d..8dfbe685 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj.filters
+++ b/NorthstarDLL/NorthstarDLL.vcxproj.filters
@@ -1697,6 +1697,9 @@
<ClCompile Include="scriptdatatables.cpp">
<Filter>Source Files\Scripted</Filter>
</ClCompile>
+ <ClCompile Include="diskvmtfixes.cpp">
+ <Filter>Source Files\Client</Filter>
+ </ClCompile>
<ClCompile Include="keyvalues.cpp">
<Filter>Source Files</Filter>
</ClCompile>