mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 23:55:52 +03:00
9ea65fe0d0
CW-Bug-Id: #22729
18 lines
709 B
C++
18 lines
709 B
C++
/* This file is auto-generated, do not edit. */
|
|
#include "unix_private.h"
|
|
#include "cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h"
|
|
|
|
struct u_ISteamApps_STEAMAPPS_INTERFACE_VERSION001
|
|
{
|
|
#ifdef __cplusplus
|
|
virtual int32_t GetAppData( uint32_t, const char *, char *, int32_t ) = 0;
|
|
#endif /* __cplusplus */
|
|
};
|
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params *params )
|
|
{
|
|
struct u_ISteamApps_STEAMAPPS_INTERFACE_VERSION001 *iface = (struct u_ISteamApps_STEAMAPPS_INTERFACE_VERSION001 *)params->linux_side;
|
|
params->_ret = iface->GetAppData( params->nAppID, params->pchKey, params->pchValue, params->cchValueMax );
|
|
}
|
|
|