m4dEngi / open-steamworks

Open Steamworks is a set of reverse engineered headers for the Valve's Steam Client
40 stars 11 forks source link

CSteamAPIContext::SteamUnifiedMessages now deprecated #6

Closed T-Maxxx closed 4 years ago

T-Maxxx commented 4 years ago

CSteamAPIContext.h(151,95): error C2039: 'GetISteamUnifiedMessages': is not a member of 'ISteamClient017'

Since this method has "DEPRECATED_" prefix and CSteamAPIContext provide latest available interfaces so no more need to keep associated member CSteamAPIContext::m_pSteamUnifiedMessages.

T-Maxxx commented 4 years ago

Thank you for fast response ^^