Paranoia2/cl_dll/hud_iface.h

18 lines
415 B
C
Raw Normal View History

//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
2020-08-31 18:50:41 +02:00
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#if !defined( HUD_IFACEH )
#define HUD_IFACEH
#pragma once
#define EXPORT _declspec( dllexport )
#define _DLLEXPORT __declspec( dllexport )
#include "../engine/cdll_int.h"
extern cl_enginefunc_t gEngfuncs;
#endif