NS/releases/3.1.4/source/cl_dll/hud_iface.h
2006-04-21 00:51:55 +00:00

12 lines
No EOL
278 B
C

#if !defined( HUD_IFACEH )
#define HUD_IFACEH
#pragma once
#define EXPORT _declspec( dllexport )
typedef int (*pfnUserMsgHook)(const char *pszName, int iSize, void *pbuf);
#include "wrect.h"
#include "../engine/cdll_int.h"
extern cl_enginefunc_t gEngfuncs;
#endif