mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 06:28:00 +01:00
lsteamclient: Generate functions with calling convention.
CW-Bug-Id: #22729
This commit is contained in:
parent
2ed2dfd7be
commit
99e5c542c0
62 changed files with 200 additions and 167 deletions
|
|
@ -464,7 +464,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils004_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils004_SetWarningMessageHook(struct w_steam_iface *_this, SteamAPIWarningMessageHook_t pFunction)
|
||||
void __thiscall winISteamUtils_SteamUtils004_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils004_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -750,7 +750,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils005_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils005_SetWarningMessageHook(struct w_steam_iface *_this, SteamAPIWarningMessageHook_t pFunction)
|
||||
void __thiscall winISteamUtils_SteamUtils005_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils005_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -1107,7 +1107,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils006_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils006_SetWarningMessageHook(struct w_steam_iface *_this, SteamAPIWarningMessageHook_t pFunction)
|
||||
void __thiscall winISteamUtils_SteamUtils006_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils006_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -1489,7 +1489,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils007_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils007_SetWarningMessageHook(struct w_steam_iface *_this, SteamAPIWarningMessageHook_t pFunction)
|
||||
void __thiscall winISteamUtils_SteamUtils007_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils007_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -1887,7 +1887,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils008_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils008_SetWarningMessageHook(struct w_steam_iface *_this, SteamAPIWarningMessageHook_t pFunction)
|
||||
void __thiscall winISteamUtils_SteamUtils008_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils008_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -2314,7 +2314,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils009_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils009_SetWarningMessageHook(struct w_steam_iface *_this, SteamAPIWarningMessageHook_t pFunction)
|
||||
void __thiscall winISteamUtils_SteamUtils009_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils009_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -2822,7 +2822,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils010_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils010_SetWarningMessageHook(struct w_steam_iface *_this, SteamAPIWarningMessageHook_t pFunction)
|
||||
void __thiscall winISteamUtils_SteamUtils010_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils010_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue