1
0
mirror of https://github.com/YGGverse/hlsdk-portable.git synced 2025-01-18 10:50:33 +00:00

23 lines
431 B
C++
Raw Normal View History

2016-06-05 01:13:05 +03:00
//========= Copyright <20> 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#include "hud.h"
#include "cl_util.h"
void Game_HookEvents( void );
/*
===================
EV_HookEvents
See if game specific code wants to hook any events.
===================
*/
void EV_HookEvents( void )
{
Game_HookEvents();
2016-02-24 21:26:16 +00:00
}