diff options
Diffstat (limited to 'loader/client/client.vcxproj.filters')
| -rw-r--r-- | loader/client/client.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/client/client.vcxproj.filters b/loader/client/client.vcxproj.filters index b5f56db..30aadc5 100644 --- a/loader/client/client.vcxproj.filters +++ b/loader/client/client.vcxproj.filters @@ -5,8 +5,11 @@ <ClInclude Include="err.hpp" />
<ClInclude Include="strings.hpp" />
<ClInclude Include="util.hpp" />
+ <ClInclude Include="syscall.hpp" />
+ <ClInclude Include="fnv.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="client_windows.cpp" />
+ <ClCompile Include="syscall.cpp" />
</ItemGroup>
</Project>
\ No newline at end of file |
