mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Add Plat_Printf() for tier0.
This commit is contained in:
@ -721,6 +721,8 @@ PLATFORM_INTERFACE void Plat_MessageBox( const char *pTitle, const tchar *pMessa
|
||||
#endif
|
||||
|
||||
|
||||
PLATFORM_INTERFACE void Plat_Printf ( const tchar *pFmt, ... ) FMTFUNCTION( 1, 2 );
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Posix platform helpers
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user