mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 05:58:03 +01:00
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
This commit is contained in:
parent
aaf9ba6e56
commit
a5fe4d774b
204 changed files with 7396 additions and 7395 deletions
|
|
@ -1,20 +1,20 @@
|
|||
struct cppISteamGameStats_SteamGameStats001_GetNewSession_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
int8_t nAccountType;
|
||||
uint64_t ulAccountID;
|
||||
int32_t nAppID;
|
||||
RTime32 rtTimeStarted;
|
||||
uint32_t rtTimeStarted;
|
||||
};
|
||||
extern void cppISteamGameStats_SteamGameStats001_GetNewSession( struct cppISteamGameStats_SteamGameStats001_GetNewSession_params *params );
|
||||
|
||||
struct cppISteamGameStats_SteamGameStats001_EndSession_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint64_t ulSessionID;
|
||||
RTime32 rtTimeEnded;
|
||||
uint32_t rtTimeEnded;
|
||||
int32_t nReasonCode;
|
||||
};
|
||||
extern void cppISteamGameStats_SteamGameStats001_EndSession( struct cppISteamGameStats_SteamGameStats001_EndSession_params *params );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue