mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 21:54:42 +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 "cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.h"
|
||||
|
||||
struct u_ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002
|
||||
{
|
||||
#ifdef __cplusplus
|
||||
virtual uint32_t WriteScreenshot( void *, uint32_t, int32_t, int32_t ) = 0;
|
||||
virtual uint32_t AddScreenshotToLibrary( const char *, const char *, int32_t, int32_t ) = 0;
|
||||
virtual void TriggerScreenshot( ) = 0;
|
||||
virtual void HookScreenshots( bool ) = 0;
|
||||
virtual bool SetLocation( uint32_t, const char * ) = 0;
|
||||
virtual bool TagUser( uint32_t, CSteamID ) = 0;
|
||||
virtual bool TagPublishedFile( uint32_t, uint64_t ) = 0;
|
||||
#endif /* __cplusplus */
|
||||
};
|
||||
|
||||
void cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot( struct cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002_WriteScreenshot_params *params )
|
||||
{
|
||||
struct u_ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002 *iface = (struct u_ISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002 *)params->linux_side;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue