mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Add Plat_ShouldCollectMiniDumpsForFatalErrors() from tier0.
This commit is contained in:
@ -1111,6 +1111,8 @@ PLATFORM_INTERFACE void Plat_GetModuleFilename( char *pOut, int nMaxBytes );
|
||||
|
||||
PLATFORM_INTERFACE void Plat_ExitProcess( int nCode );
|
||||
|
||||
PLATFORM_INTERFACE bool Plat_ShouldCollectMiniDumpsForFatalErrors();
|
||||
|
||||
// b/w compatibility
|
||||
#define Sys_FloatTime Plat_FloatTime
|
||||
|
||||
|
Reference in New Issue
Block a user