cs16-client-legacy/cl_dll/events.cpp

23 lines
432 B
C++
Raw Normal View History

//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
2016-03-05 20:29:55 +01:00
//
// 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();
2015-10-25 11:13:41 +01:00
}