mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
20 lines
401 B
C
20 lines
401 B
C
//========= 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
|