mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-10 10:49:35 +00:00
1
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $Workfile: $
|
||||
// $Date: $
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef VGUI_VPROFGRAPHPANEL_H
|
||||
#define VGUI_VPROFGRAPHPANEL_H
|
||||
|
||||
namespace vgui
|
||||
{
|
||||
class Panel;
|
||||
}
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Creates/destroys the vprof graph panel
|
||||
//-----------------------------------------------------------------------------
|
||||
void CreateVProfGraphPanel( vgui::Panel *pParent );
|
||||
void DestroyVProfGraphPanel();
|
||||
|
||||
|
||||
#endif // VGUI_VPROFGRAPHPANEL_H
|
||||
|
||||
Reference in New Issue
Block a user