aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj
diff options
context:
space:
mode:
authorEmma Miler <emma.pi@protonmail.com>2022-12-22 16:06:49 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-01-04 14:55:23 +0100
commita4a5338a9d392761b51d746f231116e2327cc995 (patch)
treece24e565913c9e1ed43a96291f7bfc059b2d2d87 /NorthstarDLL/NorthstarDLL.vcxproj
parent27afb0ba38dcf0e74a4d09ba43e73261542b8e96 (diff)
downloadNorthstarLauncher-a4a5338a9d392761b51d746f231116e2327cc995.tar.gz
NorthstarLauncher-a4a5338a9d392761b51d746f231116e2327cc995.zip
Fix console not enabling (#379)
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj
index 3a0b8374..a10891cb 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj
+++ b/NorthstarDLL/NorthstarDLL.vcxproj
@@ -406,6 +406,7 @@
<ClInclude Include="core\math\vector.h" />
<ClInclude Include="core\memalloc.h" />
<ClInclude Include="core\memory.h" />
+ <ClInclude Include="core\sourceinterface.h" />
<ClInclude Include="core\structs.h" />
<ClInclude Include="core\tier0.h" />
<ClInclude Include="dedicated\dedicated.h" />
@@ -435,6 +436,8 @@
<ClInclude Include="server\serverchathooks.h" />
<ClInclude Include="server\serverpresence.h" />
<ClInclude Include="shared\keyvalues.h" />
+ <ClInclude Include="shared\maxplayers.h" />
+ <ClInclude Include="shared\misccommands.h" />
<ClInclude Include="shared\playlist.h" />
<ClInclude Include="squirrel\squirrel.h" />
<ClInclude Include="squirrel\squirrelautobind.h" />
@@ -470,6 +473,7 @@
<ClCompile Include="core\math\color.cpp" />
<ClCompile Include="core\memalloc.cpp" />
<ClCompile Include="core\memory.cpp" />
+ <ClCompile Include="core\sourceinterface.cpp" />
<ClCompile Include="core\tier0.cpp" />
<ClCompile Include="dedicated\dedicated.cpp" />
<ClCompile Include="dedicated\dedicatedmaterialsystem.cpp" />