diff options
Diffstat (limited to 'loader/client/client.vcxproj')
| -rw-r--r-- | loader/client/client.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/client/client.vcxproj b/loader/client/client.vcxproj index 0e44455..21241a8 100644 --- a/loader/client/client.vcxproj +++ b/loader/client/client.vcxproj @@ -37,11 +37,14 @@ <ItemGroup>
<ClInclude Include="connect.hpp" />
<ClInclude Include="err.hpp" />
+ <ClInclude Include="fnv.hpp" />
<ClInclude Include="strings.hpp" />
+ <ClInclude Include="syscall.hpp" />
<ClInclude Include="util.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="client_windows.cpp" />
+ <ClCompile Include="syscall.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
|
