summaryrefslogtreecommitdiff
path: root/gameui/GameUIPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'gameui/GameUIPanel.h')
-rw-r--r--gameui/GameUIPanel.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/gameui/GameUIPanel.h b/gameui/GameUIPanel.h
new file mode 100644
index 0000000..6b61566
--- /dev/null
+++ b/gameui/GameUIPanel.h
@@ -0,0 +1,22 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef GAMEUIPANEL_H
+#define GAMEUIPANEL_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+// Retrieve the root panel for the GameUI subsystem
+namespace vgui
+{
+class Panel;
+};
+
+vgui::Panel *GetGameUIRootPanel( void );
+
+#endif // GAMEUIPANEL_H