summaryrefslogtreecommitdiff
path: root/engine/cl_parse_event.h
blob: d794d2d34d8e7d83a9b181798bb52e71e8510dac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//========= Copyright 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