0
0
Fork 0
mirror of https://github.com/ENSL/NS.git synced 2025-03-12 04:02:40 +00:00
NS/main/source/cl_dll/hud_iface.h

14 lines
289 B
C
Raw Normal View History

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