diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-25 04:53:17 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-25 04:53:17 +0100 |
commit | 9c9afa37b9a410ea14b960c203a91bd8d8c767ca (patch) | |
tree | 1169321b84da266da382c15a2a14ea9ce38940c9 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | cd727a453a7d42a61bd161ea0c9947aee644e4f1 (diff) | |
download | NorthstarLauncher-9c9afa37b9a410ea14b960c203a91bd8d8c767ca.tar.gz NorthstarLauncher-9c9afa37b9a410ea14b960c203a91bd8d8c767ca.zip |
deprecate clc_SetPlaylistVarOverride
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 b6ceebf1..0857c2db 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -313,6 +313,7 @@ <ClInclude Include="modlocalisation.h" /> <ClInclude Include="modmanager.h" /> <ClInclude Include="pch.h" /> + <ClInclude Include="playlist.h" /> <ClInclude Include="scriptmodmenu.h" /> <ClInclude Include="scriptserverbrowser.h" /> <ClInclude Include="scriptsrson.h" /> @@ -345,6 +346,7 @@ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> </ClCompile> + <ClCompile Include="playlist.cpp" /> <ClCompile Include="scriptmodmenu.cpp" /> <ClCompile Include="scriptserverbrowser.cpp" /> <ClCompile Include="scriptsrson.cpp" /> |