mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
parent
5aefaf36d8
commit
b83f5fe79e
191 changed files with 1642 additions and 1642 deletions
|
|
@ -47,7 +47,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SetSyncPla
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
const char *pchFile;
|
||||
ERemoteStoragePlatform eRemoteStoragePlatform;
|
||||
uint32_t eRemoteStoragePlatform;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SetSyncPlatforms( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_SetSyncPlatforms_params *params );
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetFi
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetSyncPlatforms_params
|
||||
{
|
||||
void *linux_side;
|
||||
ERemoteStoragePlatform _ret;
|
||||
uint32_t _ret;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetSyncPlatforms( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_GetSyncPlatforms_params *params );
|
||||
|
|
@ -191,7 +191,7 @@ struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishFil
|
|||
AppId_t nConsumerAppId;
|
||||
const char *pchTitle;
|
||||
const char *pchDescription;
|
||||
ERemoteStoragePublishedFileVisibility eVisibility;
|
||||
uint32_t eVisibility;
|
||||
SteamParamStringArray_t *pTags;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishFile( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005_PublishFile_params *params );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue