summaryrefslogtreecommitdiff
path: root/utils/mdmpRipper/mdmpRipper.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mdmpRipper/mdmpRipper.h')
-rw-r--r--utils/mdmpRipper/mdmpRipper.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/utils/mdmpRipper/mdmpRipper.h b/utils/mdmpRipper/mdmpRipper.h
new file mode 100644
index 0000000..7f34e5e
--- /dev/null
+++ b/utils/mdmpRipper/mdmpRipper.h
@@ -0,0 +1,33 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================
+
+#ifndef ELEMENTVIEWER_H
+#define ELEMENTVIEWER_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+namespace vgui
+{
+ class ISurface;
+ class IVGui;
+ class IPanel;
+}
+
+class IFileSystem;
+//class IMaterialSystem;
+class IMatSystemSurface;
+
+/*
+extern IFileSystem *g_pFileSystem;
+extern IMaterialSystem *g_pMaterialSystem;
+extern IMatSystemSurface *g_pMatSystemSurface;
+extern vgui::ISurface *g_pVGuiSurface;
+extern vgui::IVGui *g_pVGui;
+extern vgui::IPanel *g_pVGuiPanel;
+*/
+#endif // ELEMENTVIEWER_H