mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Use manual methods for glyphs path return.
CW-Bug-Id: #22729
This commit is contained in:
parent
4d5d6322b0
commit
0e4fab2dff
6 changed files with 298 additions and 235 deletions
|
|
@ -18,12 +18,6 @@ extern "C"
|
|||
{
|
||||
#endif /* __cplusplus */
|
||||
|
||||
extern const char *steamclient_isteamcontroller_getglyph( int origin, const char *lin_path );
|
||||
extern const char *steamclient_isteaminput_getglyph( int origin, const char *lin_path );
|
||||
extern const char *steamclient_isteaminput_getglyph_xbox( int origin, const char *lin_path );
|
||||
extern const char *steamclient_isteaminput_getglyph_png( int origin, int size, int flags, const char *lin_path );
|
||||
extern const char *steamclient_isteaminput_getglyph_svg( int origin, int flags, const char *lin_path );
|
||||
|
||||
extern struct u_ISteamMatchmakingServerListResponse *create_LinuxISteamMatchmakingServerListResponse( void *win, const char *version ) DECLSPEC_HIDDEN;
|
||||
extern struct u_ISteamMatchmakingPingResponse *create_LinuxISteamMatchmakingPingResponse( void *win, const char *version ) DECLSPEC_HIDDEN;
|
||||
extern struct u_ISteamMatchmakingPlayersResponse *create_LinuxISteamMatchmakingPlayersResponse( void *win, const char *version ) DECLSPEC_HIDDEN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue