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

@ -185,7 +185,7 @@ struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyChatEntry_params
CSteamID *pSteamIDUser;
void *pvData;
int cubData;
EChatEntryType *peChatEntryType;
uint32_t *peChatEntryType;
};
extern void cppISteamMatchmaking_SteamMatchMaking003_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking003_GetLobbyChatEntry_params *params );