Skip to content

Commit

Permalink
SteamNetworkingMessage_t: Convert p_pfnFreeData from internal to public
Browse files Browse the repository at this point in the history
  • Loading branch information
rlabrecque committed Jun 5, 2021
1 parent 1f60545 commit 353de9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public struct SteamNetworkingMessage_t
/// usually be something like:
///
/// free( pMsg->m_pData );
internal IntPtr m_pfnFreeData;
public IntPtr m_pfnFreeData;

/// Function to used to decrement the internal reference count and, if
/// it's zero, release the message. You should not set this function pointer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public struct SteamNetworkingMessage_t
/// usually be something like:
///
/// free( pMsg->m_pData );
internal IntPtr m_pfnFreeData;
public IntPtr m_pfnFreeData;

/// Function to used to decrement the internal reference count and, if
/// it's zero, release the message. You should not set this function pointer,
Expand Down

0 comments on commit 353de9d

Please # to comment.