mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 06:36:54 +00:00
12 lines
311 B
C
12 lines
311 B
C
|
|
||
|
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||
|
//
|
||
|
// Purpose: Module prototypes.
|
||
|
//
|
||
|
// $NoKeywords: $
|
||
|
//
|
||
|
//=============================================================================//
|
||
|
|
||
|
void DebugOut( const char *pMsg, ... );
|
||
|
void DebugSafeWaitPoint( bool bForceWait = false );
|