mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-08 15:38:02 +01:00
fixup! lsteamclient: Add some missing exports for SDK 1.58.
This commit is contained in:
parent
b04135b480
commit
f0947060cc
1 changed files with 2 additions and 2 deletions
|
|
@ -1127,14 +1127,14 @@ HSteamPipe after_steam_pipe_create(HSteamPipe pipe)
|
|||
return pipe;
|
||||
}
|
||||
|
||||
bool Steam_IsKnownInterface( const char *pchVersion )
|
||||
bool CDECL Steam_IsKnownInterface( const char *pchVersion )
|
||||
{
|
||||
TRACE("%s\n", pchVersion);
|
||||
load_steamclient();
|
||||
return steamclient_IsKnownInterface( pchVersion );
|
||||
}
|
||||
|
||||
void Steam_NotifyMissingInterface( HSteamPipe hSteamPipe, const char *pchVersion )
|
||||
void CDECL Steam_NotifyMissingInterface( HSteamPipe hSteamPipe, const char *pchVersion )
|
||||
{
|
||||
TRACE("%u %s\n", hSteamPipe, pchVersion);
|
||||
load_steamclient();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue