lsteamclient: Consistently use the computed return type.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-23 22:07:08 +02:00 committed by Arkadiusz Hiler
parent ef91c04a22
commit 8d78cb5107
135 changed files with 1818 additions and 1812 deletions

View file

@ -42,7 +42,7 @@ uint32 cppISteamUtils_SteamUtils009_GetServerRealTime(void *linux_side)
const char * cppISteamUtils_SteamUtils009_GetIPCountry(void *linux_side)
{
const char * _ret;
const char *_ret;
_ret = ((ISteamUtils*)linux_side)->GetIPCountry();
return (_ret);
}
@ -170,7 +170,7 @@ bool cppISteamUtils_SteamUtils009_GetEnteredGamepadTextInput(void *linux_side, c
const char * cppISteamUtils_SteamUtils009_GetSteamUILanguage(void *linux_side)
{
const char * _ret;
const char *_ret;
_ret = ((ISteamUtils*)linux_side)->GetSteamUILanguage();
return (_ret);
}