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.

33 lines
657 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. //=============================================================================
  6. #ifndef ELEMENTVIEWER_H
  7. #define ELEMENTVIEWER_H
  8. #ifdef _WIN32
  9. #pragma once
  10. #endif
  11. namespace vgui
  12. {
  13. class ISurface;
  14. class IVGui;
  15. class IPanel;
  16. }
  17. class IFileSystem;
  18. //class IMaterialSystem;
  19. class IMatSystemSurface;
  20. /*
  21. extern IFileSystem *g_pFileSystem;
  22. extern IMaterialSystem *g_pMaterialSystem;
  23. extern IMatSystemSurface *g_pMatSystemSurface;
  24. extern vgui::ISurface *g_pVGuiSurface;
  25. extern vgui::IVGui *g_pVGui;
  26. extern vgui::IPanel *g_pVGuiPanel;
  27. */
  28. #endif // ELEMENTVIEWER_H