Team Fortress 2 Source Code as on 22/4/2020
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

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose: Implementation of the VGUI ISurface interface using the
  4. // material system to implement it
  5. //
  6. // $Revision: $
  7. // $NoKeywords: $
  8. //===========================================================================//
  9. #ifndef VGUIMATSURFACE_H
  10. #define VGUIMATSURFACE_H
  11. #include <vgui/VGUI.h>
  12. #include "tier3/tier3.h"
  13. namespace vgui
  14. {
  15. class IInputInternal;
  16. }
  17. //-----------------------------------------------------------------------------
  18. // Globals...
  19. //-----------------------------------------------------------------------------
  20. extern vgui::IInputInternal *g_pIInput;
  21. #endif // VGUIMATSURFACE_H