Implement SteamFriends and add CSteamID wrapper.

This commit is contained in:
Michael Dirks
2015-06-07 03:31:10 +02:00
parent ab4b03b2c2
commit 071a776a9e
12 changed files with 1079 additions and 321 deletions
+6 -1
View File
@@ -106,7 +106,10 @@
<ClCompile Include="Wrapper\SteamVideo.cpp">
<Filter>Source Files\Wrapper</Filter>
</ClCompile>
<ClCompile Include="Helpers\Helper.cpp">
<ClCompile Include="Helpers\CSteamID.cpp">
<Filter>Source Files\Helpers</Filter>
</ClCompile>
<ClCompile Include="Helpers\Callbacks.cpp">
<Filter>Source Files\Helpers</Filter>
</ClCompile>
</ItemGroup>
@@ -131,5 +134,7 @@
<None Include="Blitz\BlitzSteamUtility.bb">
<Filter>Blitz Files</Filter>
</None>
<None Include="LICENSE" />
<None Include="LICENSE.lesser" />
</ItemGroup>
</Project>