summaryrefslogtreecommitdiff
path: root/engine/cl_texturelistpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/cl_texturelistpanel.h')
-rw-r--r--engine/cl_texturelistpanel.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/engine/cl_texturelistpanel.h b/engine/cl_texturelistpanel.h
new file mode 100644
index 0000000..b174a39
--- /dev/null
+++ b/engine/cl_texturelistpanel.h
@@ -0,0 +1,19 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================//
+
+#ifndef CL_TEXTURELISTPANEL_H
+#define CL_TEXTURELISTPANEL_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+void CL_CreateTextureListPanel( vgui::Panel *pPanel );
+
+void VGui_UpdateTextureListPanel();
+
+
+#endif // CL_TEXTURELISTPANEL_H