mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 05:34:29 +01:00
parent
444a139150
commit
eb1a12c85c
514 changed files with 10161 additions and 10868 deletions
|
|
@ -1,4 +1,12 @@
|
|||
struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007;
|
||||
/* This file is auto-generated, do not edit. */
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_CreateQueryUserUGCRequest_params
|
||||
{
|
||||
void *linux_side;
|
||||
|
|
@ -48,7 +56,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult_params
|
|||
bool _ret;
|
||||
uint64_t handle;
|
||||
uint32_t index;
|
||||
winSteamUGCDetails_t_136 *pDetails;
|
||||
w_SteamUGCDetails_t_128x *pDetails;
|
||||
};
|
||||
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_GetQueryUGCResult_params *params );
|
||||
|
||||
|
|
@ -362,7 +370,7 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTags_params
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
uint64_t updateHandle;
|
||||
const SteamParamStringArray_t *pTags;
|
||||
const w_SteamParamStringArray_t *pTags;
|
||||
};
|
||||
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTags( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SetItemTags_params *params );
|
||||
|
||||
|
|
@ -544,3 +552,6 @@ struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SuspendDownloads_params
|
|||
};
|
||||
extern void cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SuspendDownloads( struct cppISteamUGC_STEAMUGC_INTERFACE_VERSION007_SuspendDownloads_params *params );
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif /* __cplusplus */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue