mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-23 15:54:07 +01:00
lsteamclient: Consistently use the computed return type.
CW-Bug-Id: #22729
This commit is contained in:
parent
5ec1df2911
commit
d46fb7c78a
135 changed files with 1818 additions and 1812 deletions
|
|
@ -42,7 +42,7 @@ uint32 cppISteamUtils_SteamUtils010_GetServerRealTime(void *linux_side)
|
|||
|
||||
const char * cppISteamUtils_SteamUtils010_GetIPCountry(void *linux_side)
|
||||
{
|
||||
const char * _ret;
|
||||
const char *_ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetIPCountry();
|
||||
return (_ret);
|
||||
}
|
||||
|
|
@ -170,7 +170,7 @@ bool cppISteamUtils_SteamUtils010_GetEnteredGamepadTextInput(void *linux_side, c
|
|||
|
||||
const char * cppISteamUtils_SteamUtils010_GetSteamUILanguage(void *linux_side)
|
||||
{
|
||||
const char * _ret;
|
||||
const char *_ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetSteamUILanguage();
|
||||
return (_ret);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue