1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Update tier0.lib

This commit is contained in:
GAMMACASE
2025-03-18 02:14:18 +03:00
parent 84646c6065
commit b477ae3bcd
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -1127,7 +1127,8 @@ PLATFORM_INTERFACE void Plat_ExitProcess( int nCode );
PLATFORM_INTERFACE bool Plat_ShouldCollectMiniDumpsForFatalErrors();
PLATFORM_INTERFACE void Plat_FatalErrorFunc( const tchar* pMsg, ... ) FMTFUNCTION( 1, 2 );
#define Plat_FatalError( ... ) do { Log_Error( LOG_GENERAL, ##__VA_ARGS__ ); Plat_ExitProcess( EXIT_FAILURE ); } while( 0 )
#define Plat_FatalErrorFunc
// b/w compatibility
#define Sys_FloatTime Plat_FloatTime