initial
This commit is contained in:
27
game/client/gameui/engineinterface.h
Normal file
27
game/client/gameui/engineinterface.h
Normal 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
|
Reference in New Issue
Block a user