Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
universal963 committed Oct 26, 2024
1 parent 132b7d8 commit 186a9a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dll/dll/steam_friends.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public ISteamFriends
// this will only be known by the local user if steamIDFriend is in their friends list; on the same game server; in a chat room or lobby; or in a small group with the local user
EPersonaState GetFriendPersonaState( CSteamID steamIDFriend );

bool Deprecated_GetFriendGamePlayed( CSteamID steamIDFriend, int32 *pnGameID, uint32 *punGameIP, uint16 *pusGamePort )
bool Deprecated_GetFriendGamePlayed( CSteamID steamIDFriend, int32 *pnGameID, uint32 *punGameIP, uint16 *pusGamePort );


// returns the name another user - guaranteed to not be NULL.
Expand All @@ -159,7 +159,6 @@ public ISteamFriends
void SendMsgToFriend( CSteamID steamIDFriend, EChatEntryType eChatEntryType, const char *pchMsgBody );
void SetFriendRegValue( CSteamID steamIDFriend, const char *pchKey, const char *pchValue );
const char *GetFriendRegValue( CSteamID steamIDFriend, const char *pchKey );
const char *GetFriendPersonaNameHistory( CSteamID steamIDFriend, int iPersonaName );
int GetChatMessage( CSteamID steamIDFriend, int iChatID, void *pvData, int cubData, EChatEntryType *peChatEntryType );

bool SendMsgToFriend( CSteamID steamIDFriend, EChatEntryType eChatEntryType, const void *pvMsgBody, int cubMsgBody );
Expand Down

0 comments on commit 186a9a6

Please sign in to comment.