mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-14 17:00:50 +00:00
5dcc163bd5
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@379 67975925-1194-0748-b3d5-c16f83f1a3a1
12 lines
No EOL
278 B
C
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 |