1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +08:00

Improve Error() shim.

This commit is contained in:
Nick Hastings
2022-09-04 13:06:09 -04:00
parent c5627090f7
commit 2f2e51520a
2 changed files with 4 additions and 2 deletions

View File

@ -1129,6 +1129,8 @@ PLATFORM_INTERFACE void Plat_ExitProcess( int nCode );
PLATFORM_INTERFACE bool Plat_ShouldCollectMiniDumpsForFatalErrors();
PLATFORM_INTERFACE void Plat_FatalErrorFunc( const tchar* pMsg, ... ) FMTFUNCTION( 1, 2 );
// b/w compatibility
#define Sys_FloatTime Plat_FloatTime