Update BlitzSteam:
- Steam API - SteamAppList API - SteamApps API - SteamController API (work-in-progress) - SteamClient API
This commit is contained in:
@@ -137,9 +137,13 @@
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="dllmain.cpp" />
|
||||
<ClCompile Include="Helper.cpp" />
|
||||
<ClCompile Include="Libraries\BlitzPointer.cpp" />
|
||||
<ClCompile Include="Wrapper\Steam.cpp" />
|
||||
<ClCompile Include="Wrapper\SteamAppList.cpp" />
|
||||
<ClCompile Include="Wrapper\SteamApps.cpp" />
|
||||
<ClCompile Include="Wrapper\SteamClient.cpp" />
|
||||
<ClCompile Include="Wrapper\SteamController.cpp" />
|
||||
<ClCompile Include="Wrapper\SteamUser.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -155,6 +159,10 @@
|
||||
<Link>BlitzSteam.decls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="SteamworksSDK\redistributable_bin\steam_api.dll">
|
||||
<Link>steam_api.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
Reference in New Issue
Block a user