diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-29 02:57:31 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-29 02:57:31 +0100 |
commit | 30e67549449a0ffbb58f7fc736bdd9e4ce7ec9d5 (patch) | |
tree | f6a53098ce2489829f8428ea1714d666cc6901ef /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | a5a937d19fcb51fe4168345d09596784e174726e (diff) | |
download | NorthstarLauncher-30e67549449a0ffbb58f7fc736bdd9e4ce7ec9d5.tar.gz NorthstarLauncher-30e67549449a0ffbb58f7fc736bdd9e4ce7ec9d5.zip |
add script api for mods and add temp fix for scripts.rson not loading right
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 87ea35a2..203edbb3 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -307,6 +307,7 @@ <ClInclude Include="main.h" /> <ClInclude Include="modmanager.h" /> <ClInclude Include="pch.h" /> + <ClInclude Include="scriptmodmenu.h" /> <ClInclude Include="scriptsrson.h" /> <ClInclude Include="serverauthentication.h" /> <ClInclude Include="sigscanning.h" /> @@ -332,6 +333,7 @@ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> </ClCompile> + <ClCompile Include="scriptmodmenu.cpp" /> <ClCompile Include="scriptsrson.cpp" /> <ClCompile Include="serverauthentication.cpp" /> <ClCompile Include="sigscanning.cpp" /> |