NS/main/source/cl_dll/hud_iface.h
Ari Timonen 4f13237895 Update line endings
Change CRLF to LF in repo.
2018-04-22 18:55:55 +03:00

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