diff options
author | Maya <malte.hoermeyer@web.de> | 2022-07-21 02:54:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 02:54:00 +0200 |
commit | 938d89713eb055340b5e8866de3000b61e4a0f13 (patch) | |
tree | 65c266a244c27ff47ec0f4086a15a97a099ee493 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | d20cf6f08af37830d3bfc934cef356fa6a1aa102 (diff) | |
download | NorthstarLauncher-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')
-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 ff6ca2ea..0bb2fe02 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -122,6 +122,7 @@ <ClInclude Include="plugins.h" /> <ClInclude Include="plugin_abi.h" /> <ClInclude Include="scriptutility.h" /> + <ClInclude Include="scriptjson.h" /> <ClInclude Include="serverchathooks.h" /> <ClInclude Include="clientauthhooks.h" /> <ClInclude Include="color.h" /> @@ -613,6 +614,7 @@ <ClCompile Include="plugins.cpp" /> <ClCompile Include="rpakfilesystem.cpp" /> <ClCompile Include="scriptbrowserhooks.cpp" /> + <ClCompile Include="scriptjson.cpp" /> <ClCompile Include="scriptmainmenupromos.cpp" /> <ClCompile Include="scriptmodmenu.cpp" /> <ClCompile Include="scriptserverbrowser.cpp" /> |