mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 21:27:47 +02:00

committed by
Arkadiusz Hiler

parent
9b1a3cb349
commit
9ea65fe0d0
@ -1,4 +1,12 @@
|
||||
struct cppISteamUser_SteamUser016;
|
||||
/* This file is auto-generated, do not edit. */
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
struct cppISteamUser_SteamUser016_GetHSteamUser_params
|
||||
{
|
||||
void *linux_side;
|
||||
@ -195,3 +203,6 @@ struct cppISteamUser_SteamUser016_GetEncryptedAppTicket_params
|
||||
};
|
||||
extern void cppISteamUser_SteamUser016_GetEncryptedAppTicket( struct cppISteamUser_SteamUser016_GetEncryptedAppTicket_params *params );
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif /* __cplusplus */
|
||||
|
Reference in New Issue
Block a user