csgo-2018-source/engine/cl_parse_event.h

18 lines
389 B
C
Raw Normal View History

2021-07-25 12:11:47 +08:00
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef CL_PARSE_EVENT_H
#define CL_PARSE_EVENT_H
#ifdef _WIN32
#pragma once
#endif
void CL_Parse_ReliableEvent( void );
void CL_Parse_Event( void );
#endif // CL_PARSE_EVENT_H