mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 02:09:35 +00:00
1
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user