mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 21:24:27 +01:00
lsteamclient: Fix SteamNetConnectionStatusChangedCallback_t conversion
It was declared inside an extern "C" block in the SDK, which for some reason cindex doesn't include.
This commit is contained in:
parent
6195cb8a0a
commit
5ed5cbf286
7 changed files with 31 additions and 1 deletions
|
|
@ -173,6 +173,12 @@ case 2101:
|
|||
case 24: cb_HTTPRequestCompleted_t_24(lin_callback, callback); break;
|
||||
}
|
||||
break;
|
||||
case 1221:
|
||||
switch(callback_len){
|
||||
default:
|
||||
case 712: cb_SteamNetConnectionStatusChangedCallback_t_712(lin_callback, callback); break;
|
||||
}
|
||||
break;
|
||||
case 2102:
|
||||
switch(callback_len){
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue