csgo-2018-source/engine/status.h

19 lines
412 B
C
Raw Permalink Normal View History

2021-07-25 12:11:47 +08:00
//========= Copyright <20> 1996-2013, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $Workfile: $
// $NoKeywords: $
//=============================================================================//
#if !defined( STATUS_H )
#define STATUS_H
#ifdef _WIN32
#pragma once
#endif
void Status_Update();
void Status_CheckSendETWMark();
const char *Status_GetBuffer();
#endif // STATUS_H