mirror of
https://github.com/ENSL/NS.git
synced 2024-11-15 09:21:54 +00:00
4f13237895
Change CRLF to LF in repo.
14 lines
No EOL
289 B
C
14 lines
No EOL
289 B
C
#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 |