mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
11 lines
326 B
C
11 lines
326 B
C
![]() |
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
|||
|
//
|
|||
|
// Purpose:
|
|||
|
//
|
|||
|
//=============================================================================//
|
|||
|
#ifndef BLACKBOX_HELPER_H
|
|||
|
#define BLACKBOX_HELPER_H 1
|
|||
|
|
|||
|
void BlackBox_Record(const char * type, const char *fmt, ...);
|
|||
|
|
|||
|
#endif
|