mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
18 lines
376 B
C
18 lines
376 B
C
//========= 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
|