mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-08 15:38:02 +01:00
parent
af68b26a9b
commit
560fc53226
234 changed files with 6312 additions and 6259 deletions
|
|
@ -3,9 +3,9 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreensho
|
|||
void *linux_side;
|
||||
ScreenshotHandle _ret;
|
||||
void *pubRGB;
|
||||
uint32 cubRGB;
|
||||
int nWidth;
|
||||
int nHeight;
|
||||
uint32_t cubRGB;
|
||||
int32_t nWidth;
|
||||
int32_t nHeight;
|
||||
};
|
||||
extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot_params *params );
|
||||
|
||||
|
|
@ -15,8 +15,8 @@ struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_AddScreenshotT
|
|||
ScreenshotHandle _ret;
|
||||
const char *pchFilename;
|
||||
const char *pchThumbnailFilename;
|
||||
int nWidth;
|
||||
int nHeight;
|
||||
int32_t nWidth;
|
||||
int32_t nHeight;
|
||||
};
|
||||
extern void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_AddScreenshotToLibrary( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_AddScreenshotToLibrary_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue