hlsdk-xash3d/cl_dll/hud_iface.h

19 lines
453 B
C
Raw Normal View History

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