mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Implement SteamAPI_WriteMiniDump.
This commit is contained in:
parent
8726d331f9
commit
32689355d0
5 changed files with 154 additions and 14 deletions
|
|
@ -29,6 +29,12 @@ Steam_Client *get_steam_client();
|
|||
bool steamclient_has_ipv6_functions();
|
||||
Steam_Client *try_get_steam_client();
|
||||
|
||||
bool get_minidump_enable();
|
||||
bool get_minidump_comment_enable();
|
||||
void set_minidump_enable(bool enable);
|
||||
void set_minidump_comment_enable(bool enable);
|
||||
std::string get_start_time();
|
||||
|
||||
HSteamUser flat_hsteamuser();
|
||||
HSteamPipe flat_hsteampipe();
|
||||
HSteamUser flat_gs_hsteamuser();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue