mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 13:44:22 +01:00
parent
30548e1df7
commit
07e95d32c1
191 changed files with 1642 additions and 1642 deletions
|
|
@ -47,7 +47,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetSyncPla
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
const char *pchFile;
|
||||
ERemoteStoragePlatform eRemoteStoragePlatform;
|
||||
uint32_t eRemoteStoragePlatform;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetSyncPlatforms( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetSyncPlatforms_params *params );
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetFi
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetSyncPlatforms_params
|
||||
{
|
||||
void *linux_side;
|
||||
ERemoteStoragePlatform _ret;
|
||||
uint32_t _ret;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetSyncPlatforms( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_GetSyncPlatforms_params *params );
|
||||
|
|
@ -201,9 +201,9 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishWor
|
|||
AppId_t nConsumerAppId;
|
||||
const char *pchTitle;
|
||||
const char *pchDescription;
|
||||
ERemoteStoragePublishedFileVisibility eVisibility;
|
||||
uint32_t eVisibility;
|
||||
SteamParamStringArray_t *pTags;
|
||||
EWorkshopFileType eWorkshopFileType;
|
||||
uint32_t eWorkshopFileType;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishWorkshopFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishWorkshopFile_params *params );
|
||||
|
||||
|
|
@ -256,7 +256,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePubl
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
PublishedFileUpdateHandle_t updateHandle;
|
||||
ERemoteStoragePublishedFileVisibility eVisibility;
|
||||
uint32_t eVisibility;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileVisibility( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_UpdatePublishedFileVisibility_params *params );
|
||||
|
||||
|
|
@ -379,7 +379,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishVid
|
|||
AppId_t nConsumerAppId;
|
||||
const char *pchTitle;
|
||||
const char *pchDescription;
|
||||
ERemoteStoragePublishedFileVisibility eVisibility;
|
||||
uint32_t eVisibility;
|
||||
SteamParamStringArray_t *pTags;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishVideo( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_PublishVideo_params *params );
|
||||
|
|
@ -389,7 +389,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetUserPub
|
|||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
PublishedFileId_t unPublishedFileId;
|
||||
EWorkshopFileAction eAction;
|
||||
uint32_t eAction;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetUserPublishedFileAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_SetUserPublishedFileAction_params *params );
|
||||
|
||||
|
|
@ -397,7 +397,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateP
|
|||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
EWorkshopFileAction eAction;
|
||||
uint32_t eAction;
|
||||
uint32 unStartIndex;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedFilesByUserAction( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumeratePublishedFilesByUserAction_params *params );
|
||||
|
|
@ -406,7 +406,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006_EnumerateP
|
|||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
EWorkshopEnumerationType eEnumerationType;
|
||||
uint32_t eEnumerationType;
|
||||
uint32 unStartIndex;
|
||||
uint32 unCount;
|
||||
uint32 unDays;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue