2020-08-31 18:55:47 +02:00
|
|
|
//========= 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;
|
|
|
|
|
2020-08-31 00:15:53 +02:00
|
|
|
#endif
|