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_VERSION004_SetSyncPla
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
const char *pchFile;
|
||||
ERemoteStoragePlatform eRemoteStoragePlatform;
|
||||
uint32_t eRemoteStoragePlatform;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_SetSyncPlatforms( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_SetSyncPlatforms_params *params );
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetFi
|
|||
struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetSyncPlatforms_params
|
||||
{
|
||||
void *linux_side;
|
||||
ERemoteStoragePlatform _ret;
|
||||
uint32_t _ret;
|
||||
const char *pchFile;
|
||||
};
|
||||
extern void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetSyncPlatforms( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004_GetSyncPlatforms_params *params );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue