Skip to content

Commit

Permalink
Merge pull request #200 from Sigma-dev/master
Browse files Browse the repository at this point in the history
Made all callbacks public
  • Loading branch information
Noxime authored Sep 4, 2024
2 parents fbb7963 + 64b941e commit 3cdd5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/networking_messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ impl<Manager> SessionRequestBuilder<Manager> {
}
}

struct NetworkingMessagesSessionRequest {
pub struct NetworkingMessagesSessionRequest {
remote: NetworkingIdentity,
}

Expand Down
2 changes: 1 addition & 1 deletion src/networking_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl From<sys::SteamRelayNetworkStatus_t> for RelayNetworkStatus {
}

/// The relay network status callback.
struct RelayNetworkStatusCallback {
pub struct RelayNetworkStatusCallback {
status: RelayNetworkStatus,
}

Expand Down

0 comments on commit 3cdd5a6

Please sign in to comment.