mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-08 07:27:58 +01:00
lsteamclient: Synthesize SDK version 1.32x
For STEAMUGC_INTERFACE_VERSION004.
This commit is contained in:
parent
62644cfefc
commit
73b03443ea
44 changed files with 10725 additions and 0 deletions
6
lsteamclient/struct_converters_132x.h
Normal file
6
lsteamclient/struct_converters_132x.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extern void win_to_lin_struct_LeaderboardEntry_t_132x(const void *w, void *l);
|
||||
extern void lin_to_win_struct_LeaderboardEntry_t_132x(const void *l, void *w);
|
||||
|
||||
extern void win_to_lin_struct_SteamUGCDetails_t_132x(const void *w, void *l);
|
||||
extern void lin_to_win_struct_SteamUGCDetails_t_132x(const void *l, void *w);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue