mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +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
|
|
@ -148,9 +148,9 @@ extern void cppISteamGameServer_SteamGameServer009_SetGameData( struct cppISteam
|
|||
struct cppISteamGameServer_SteamGameServer009_UserHasLicenseForApp_params
|
||||
{
|
||||
void *linux_side;
|
||||
EUserHasLicenseForAppResult _ret;
|
||||
uint32_t _ret;
|
||||
CSteamID steamID;
|
||||
AppId_t appID;
|
||||
uint32_t appID;
|
||||
};
|
||||
extern void cppISteamGameServer_SteamGameServer009_UserHasLicenseForApp( struct cppISteamGameServer_SteamGameServer009_UserHasLicenseForApp_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue