mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 15:45:50 +03:00
7 lines
316 B
C
7 lines
316 B
C
|
extern void win_to_lin_struct_LeaderboardEntry_t_next(const void *w, void *l);
|
||
|
extern void lin_to_win_struct_LeaderboardEntry_t_next(const void *l, void *w);
|
||
|
|
||
|
extern void win_to_lin_struct_SteamUGCDetails_t_next(const void *w, void *l);
|
||
|
extern void lin_to_win_struct_SteamUGCDetails_t_next(const void *l, void *w);
|
||
|
|