2018-01-19 17:00:32 +00:00
|
|
|
//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============
|
2016-06-04 13:24:23 +00:00
|
|
|
//
|
|
|
|
// Purpose:
|
|
|
|
//
|
|
|
|
// $NoKeywords: $
|
|
|
|
//=============================================================================
|
|
|
|
|
2017-12-10 20:40:41 +00:00
|
|
|
#pragma once
|
2016-06-04 13:24:23 +00:00
|
|
|
#if !defined( HUD_IFACEH )
|
|
|
|
#define HUD_IFACEH
|
|
|
|
|
|
|
|
#include "exportdef.h"
|
|
|
|
|
2016-07-03 13:39:55 +00:00
|
|
|
typedef int (*pfnUserMsgHook)( const char *pszName, int iSize, void *pbuf );
|
2016-06-04 13:24:23 +00:00
|
|
|
#include "wrect.h"
|
|
|
|
#include "../engine/cdll_int.h"
|
|
|
|
extern cl_enginefunc_t gEngfuncs;
|
|
|
|
#endif
|