mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Use int8_t instead of ambiguous sized bool.
CW-Bug-Id: #22729
This commit is contained in:
parent
5190d26e7e
commit
cd4a31f4e0
41 changed files with 7674 additions and 7679 deletions
|
|
@ -39,7 +39,7 @@ uint64_t __thiscall winISteamParties_SteamParties002_GetBeaconByIndex(struct w_s
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamParties_SteamParties002_GetBeaconDetails(struct w_steam_iface *_this, uint64_t ulBeaconID, CSteamID *pSteamIDBeaconOwner, w_SteamPartyBeaconLocation_t *pLocation, char *pchMetadata, int32_t cchMetadata)
|
||||
int8_t __thiscall winISteamParties_SteamParties002_GetBeaconDetails(struct w_steam_iface *_this, uint64_t ulBeaconID, CSteamID *pSteamIDBeaconOwner, w_SteamPartyBeaconLocation_t *pLocation, char *pchMetadata, int32_t cchMetadata)
|
||||
{
|
||||
struct ISteamParties_SteamParties002_GetBeaconDetails_params params =
|
||||
{
|
||||
|
|
@ -67,7 +67,7 @@ uint64_t __thiscall winISteamParties_SteamParties002_JoinParty(struct w_steam_if
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamParties_SteamParties002_GetNumAvailableBeaconLocations(struct w_steam_iface *_this, uint32_t *puNumLocations)
|
||||
int8_t __thiscall winISteamParties_SteamParties002_GetNumAvailableBeaconLocations(struct w_steam_iface *_this, uint32_t *puNumLocations)
|
||||
{
|
||||
struct ISteamParties_SteamParties002_GetNumAvailableBeaconLocations_params params =
|
||||
{
|
||||
|
|
@ -79,7 +79,7 @@ bool __thiscall winISteamParties_SteamParties002_GetNumAvailableBeaconLocations(
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamParties_SteamParties002_GetAvailableBeaconLocations(struct w_steam_iface *_this, w_SteamPartyBeaconLocation_t *pLocationList, uint32_t uMaxNumLocations)
|
||||
int8_t __thiscall winISteamParties_SteamParties002_GetAvailableBeaconLocations(struct w_steam_iface *_this, w_SteamPartyBeaconLocation_t *pLocationList, uint32_t uMaxNumLocations)
|
||||
{
|
||||
struct ISteamParties_SteamParties002_GetAvailableBeaconLocations_params params =
|
||||
{
|
||||
|
|
@ -144,7 +144,7 @@ uint64_t __thiscall winISteamParties_SteamParties002_ChangeNumOpenSlots(struct w
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamParties_SteamParties002_DestroyBeacon(struct w_steam_iface *_this, uint64_t ulBeacon)
|
||||
int8_t __thiscall winISteamParties_SteamParties002_DestroyBeacon(struct w_steam_iface *_this, uint64_t ulBeacon)
|
||||
{
|
||||
struct ISteamParties_SteamParties002_DestroyBeacon_params params =
|
||||
{
|
||||
|
|
@ -156,7 +156,7 @@ bool __thiscall winISteamParties_SteamParties002_DestroyBeacon(struct w_steam_if
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamParties_SteamParties002_GetBeaconLocationData(struct w_steam_iface *_this, w_SteamPartyBeaconLocation_t BeaconLocation, uint32_t eData, char *pchDataStringOut, int32_t cchDataStringOut)
|
||||
int8_t __thiscall winISteamParties_SteamParties002_GetBeaconLocationData(struct w_steam_iface *_this, w_SteamPartyBeaconLocation_t BeaconLocation, uint32_t eData, char *pchDataStringOut, int32_t cchDataStringOut)
|
||||
{
|
||||
struct ISteamParties_SteamParties002_GetBeaconLocationData_params params =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue