Basic JoinClanChatRoom implementation.

This commit is contained in:
Mr_Goldberg 2020-01-20 11:48:15 -05:00
parent 6308eb1e0c
commit 3f44827326
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
3 changed files with 10 additions and 5 deletions

View file

@ -189,7 +189,7 @@ bool GetAPICallResult( SteamAPICall_t hSteamAPICall, void *pCallback, int cubCal
// Deprecated. Applications should use SteamAPI_RunCallbacks() instead. Game servers do not need to call this function.
STEAM_PRIVATE_API( void RunFrame()
{
PRINT_DEBUG("RunFrame\n");
PRINT_DEBUG("Steam_Utils::RunFrame\n");
}
)