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

@ -71,7 +71,7 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003_AddVRScreensho
{
void *linux_side;
ScreenshotHandle _ret;
EVRScreenshotType eType;
uint32_t eType;
const char *pchFilename;
const char *pchVRFilename;
};