css_enhanced_waf/utils/vgui_panel_zoo/DemoPage.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

26 lines
No EOL
712 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#include <vgui_controls/PropertyPage.h>
#include "filesystem.h"
#include <vgui_controls/Panel.h>
#include <VGUI/IVGui.h> // for dprinf statements
using namespace vgui;
//-----------------------------------------------------------------------------
// This class contains the basic layout for every demo panel.
//-----------------------------------------------------------------------------
class DemoPage: public PropertyPage
{
public:
DemoPage(Panel *parent, const char *name);
~DemoPage();
private:
};