mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Merge remote-tracking branch 'Mr_Goldberg/master' into overlay_h
This commit is contained in:
commit
118dee9278
81 changed files with 2782 additions and 204 deletions
|
|
@ -70,6 +70,7 @@ public ISteamClient015,
|
|||
public ISteamClient016,
|
||||
public ISteamClient017,
|
||||
public ISteamClient018,
|
||||
public ISteamClient019,
|
||||
public ISteamClient
|
||||
{
|
||||
public:
|
||||
|
|
@ -162,6 +163,7 @@ public:
|
|||
// set the local IP and Port to bind to
|
||||
// this must be set before CreateLocalUser()
|
||||
void SetLocalIPBinding( uint32 unIP, uint16 usPort );
|
||||
void SetLocalIPBinding( const SteamIPAddress_t &unIP, uint16 usPort );
|
||||
|
||||
// returns the ISteamFriends interface
|
||||
ISteamFriends *GetISteamFriends( HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion );
|
||||
|
|
@ -286,4 +288,6 @@ public:
|
|||
void clientShutdown();
|
||||
bool IsServerInit();
|
||||
bool IsUserLogIn();
|
||||
|
||||
void DestroyAllInterfaces();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue