This commit is contained in:
nephacks
2025-06-04 03:22:50 +02:00
parent f234f23848
commit f12416cffd
14243 changed files with 6446499 additions and 26 deletions

View File

@ -0,0 +1,27 @@
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: Includes all the headers/declarations necessary to access the
// engine interface
//
// $NoKeywords: $
//=============================================================================//
#ifndef ENGINEINTERFACE_H
#define ENGINEINTERFACE_H
#ifdef _WIN32
#pragma once
#endif
// engine interface
#include "steam/steam_api.h"
#include "cdll_client_int.h"
#include "tier2/tier2.h"
#include "matchmaking/imatchframework.h"
extern class IEngineVGui *enginevguifuncs;
#ifdef _GAMECONSOLE
extern class IXOnline *xonline;
#endif
#endif // ENGINEINTERFACE_H