aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
diff options
context:
space:
mode:
authorMaya <malte.hoermeyer@web.de>2022-07-21 02:54:00 +0200
committerGitHub <noreply@github.com>2022-07-21 02:54:00 +0200
commit938d89713eb055340b5e8866de3000b61e4a0f13 (patch)
tree65c266a244c27ff47ec0f4086a15a97a099ee493 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
parentd20cf6f08af37830d3bfc934cef356fa6a1aa102 (diff)
downloadNorthstarLauncher-938d89713eb055340b5e8866de3000b61e4a0f13.tar.gz
NorthstarLauncher-938d89713eb055340b5e8866de3000b61e4a0f13.zip
Implemented Json into the squirrel vm (#172)
* Implemented Json into the squirrel vm * Formatting * More Formatting * Even more Formatting * Added Init functions to dllMain * Formatting * Changed to use Source Allocator * Renaming Part 1 * Renaming Part 2
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 0e48f4a0..6496c796 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
@@ -1518,6 +1518,9 @@
<ClInclude Include="scriptutility.h">
<Filter>Header Files\Shared</Filter>
</ClInclude>
+ <ClInclude Include="scriptjson.h">
+ <Filter>Header Files\Shared</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
@@ -1685,6 +1688,9 @@
<ClCompile Include="clientruihooks.cpp">
<Filter>Source Files\Client</Filter>
</ClCompile>
+ <ClCompile Include="scriptjson.cpp">
+ <Filter>Source Files\Shared</Filter>
+ </ClCompile>
<ClCompile Include="scriptutility.cpp">
<Filter>Source Files\Shared</Filter>
</ClCompile>