sqwarmed/sdk_src/common/blackbox_helper.h

11 lines
326 B
C
Raw Normal View History

2024-08-29 19:18:30 -04:00
//========= 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