1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00
Files
hl2sdk/common/blackbox_helper.h
2025-05-17 14:13:32 -04:00

11 lines
327 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, const char *fmt, ...);
#endif