mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
lsteamclient: Generate C++ interfaces in unix_private_generated.h.
CW-Bug-Id: #22729
This commit is contained in:
parent
1071c99388
commit
bd51335a8c
203 changed files with 7108 additions and 7077 deletions
|
|
@ -2,19 +2,6 @@
|
|||
#include "unix_private.h"
|
||||
#include "cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.h"
|
||||
|
||||
struct u_ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002
|
||||
{
|
||||
#ifdef __cplusplus
|
||||
virtual bool FileWrite( const char *, const void *, int32_t ) = 0;
|
||||
virtual int32_t GetFileSize( const char * ) = 0;
|
||||
virtual int32_t FileRead( const char *, void *, int32_t ) = 0;
|
||||
virtual bool FileExists( const char * ) = 0;
|
||||
virtual int32_t GetFileCount( ) = 0;
|
||||
virtual const char * GetFileNameAndSize( int32_t, int32_t * ) = 0;
|
||||
virtual bool GetQuota( int32_t *, int32_t * ) = 0;
|
||||
#endif /* __cplusplus */
|
||||
};
|
||||
|
||||
void cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite( struct cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002_FileWrite_params *params )
|
||||
{
|
||||
struct u_ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002 *iface = (struct u_ISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002 *)params->linux_side;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue