lsteamclient: Add symbol missing in ancient headers

This commit is contained in:
Andrew Eikum 2018-10-30 14:09:49 -05:00
parent 0ea7cb0f5a
commit 63179d7f09

View file

@ -34,6 +34,8 @@ void *create_LinuxISteamMatchmakingServerListResponse(void *win);
void *create_LinuxISteamMatchmakingPingResponse(void *win);
void *create_LinuxISteamMatchmakingPlayersResponse(void *win);
void *create_LinuxISteamMatchmakingRulesResponse(void *win);
typedef uint64 SteamAPICall_t; //for ancient SDKs
bool do_cb_wrap(HSteamPipe pipe, void *linux_side, bool (*cpp_func)(void *, SteamAPICall_t, void *, int, int, bool *), SteamAPICall_t call, void *callback, int callback_len, int cb_expected, bool *failed);
#define TRACE WINE_TRACE