lsteamclient: Generate steamworks sdk 1.53a support

This commit is contained in:
Andrew Eikum 2021-12-20 09:48:44 -06:00 committed by Arkadiusz Hiler
parent 0b9c8a34aa
commit 212cbc0c9a
70 changed files with 5361 additions and 1575 deletions

View file

@ -35,3 +35,4 @@ extern ESteamIPv6ConnectivityState cppISteamUtils_SteamUtils010_GetIPv6Connectiv
extern bool cppISteamUtils_SteamUtils010_IsSteamRunningOnSteamDeck(void *);
extern bool cppISteamUtils_SteamUtils010_ShowFloatingGamepadTextInput(void *, EFloatingGamepadTextInputMode, int, int, int, int);
extern void cppISteamUtils_SteamUtils010_SetGameLauncherMode(void *, bool);
extern bool cppISteamUtils_SteamUtils010_DismissFloatingGamepadTextInput(void *);