mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-11 20:59:28 +01:00
19 lines
453 B
C
19 lines
453 B
C
//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================
|
|
|
|
#pragma once
|
|
#if !defined( HUD_IFACEH )
|
|
#define HUD_IFACEH
|
|
|
|
#include "exportdef.h"
|
|
|
|
typedef int (*pfnUserMsgHook)( const char *pszName, int iSize, void *pbuf );
|
|
#include "wrect.h"
|
|
#include "../engine/cdll_int.h"
|
|
extern cl_enginefunc_t gEngfuncs;
|
|
#endif
|