You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
467 B
18 lines
467 B
//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ |
|
// |
|
// Purpose: |
|
// |
|
// $NoKeywords: $ |
|
//============================================================================= |
|
|
|
#pragma once |
|
#if !defined( HUD_IFACEH ) |
|
#define HUD_IFACEH |
|
|
|
#include "exportdef.h" |
|
// redefine |
|
// typedef int (*pfnUserMsgHook)( const char *pszName, int iSize, void *pbuf ); |
|
#include "wrect.h" |
|
#include "../engine/cdll_int.h" |
|
extern cl_enginefunc_t gEngfuncs; |
|
#endif
|
|
|