blob: 4829c2cbfd9004e74381002a39e034690c4eb524 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Module prototypes.
//
// $NoKeywords: $
//
//=============================================================================//
void DebugOut( const char *pMsg, ... );
void DebugSafeWaitPoint( bool bForceWait = false );
|