lsteamclient: Use integer types instead of enums.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon
2023-09-14 16:22:47 +02:00
committed by Arkadiusz Hiler
parent 5aefaf36d8
commit b83f5fe79e
191 changed files with 1642 additions and 1642 deletions

View File

@ -1,7 +1,7 @@
struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus_params
{
void *linux_side;
EResult _ret;
uint32_t _ret;
SteamInventoryResult_t resultHandle;
};
extern void cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus( struct cppISteamInventory_STEAMINVENTORY_INTERFACE_V002_GetResultStatus_params *params );