Counter Strike : Global Offensive Source Code
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
695 B

  1. //===== Copyright � 1996-2005, 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