csgo-2018-source/common/blackbox_helper.h
2021-07-24 21:11:47 -07:00

11 lines
337 B
C

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef BLACKBOX_HELPER_H
#define BLACKBOX_HELPER_H 1
void BlackBox_Record(const char * type, PRINTF_FORMAT_STRING const char *fmt, ...);
#endif