1
0
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:
Scott Ehlert
2014-03-03 16:03:49 -06:00
parent 51e1b89dcf
commit 8c5e815276

View File

@ -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