You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
692 B
30 lines
692 B
//========= Copyright Valve Corporation, All rights reserved. ============// |
|
// |
|
// Purpose: Implementation of the VGUI ISurface interface using the |
|
// material system to implement it |
|
// |
|
// $Revision: $ |
|
// $NoKeywords: $ |
|
//===========================================================================// |
|
|
|
#ifndef VGUIMATSURFACE_H |
|
#define VGUIMATSURFACE_H |
|
|
|
#include <vgui/VGUI.h> |
|
#include "tier3/tier3.h" |
|
|
|
|
|
namespace vgui |
|
{ |
|
class IInputInternal; |
|
} |
|
|
|
//----------------------------------------------------------------------------- |
|
// Globals... |
|
//----------------------------------------------------------------------------- |
|
extern vgui::IInputInternal *g_pIInput; |
|
|
|
|
|
#endif // VGUIMATSURFACE_H |
|
|
|
|
|
|