1
0
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:
Scott Ehlert
2014-03-04 16:49:07 -06:00
parent 0058f609e5
commit 7fb3dee871

View File

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