summaryrefslogtreecommitdiff
path: root/game/server/NavUI/AttributeTool.h
blob: c501fd891d1213dd775342e7c19d7d9e5e72219b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//--------------------------------------------------------------------------------------------------------
//========= Copyright Valve Corporation, All rights reserved. ============//

#ifndef ATTRIBUTETOOL_H
#define ATTRIBUTETOOL_H

#include "NavUI.h"
#include "nav.h"

#ifdef SERVER_USES_VGUI

//--------------------------------------------------------------------------------------------------------
class AttributeToolPanel : public CNavUIToolPanel
{
	DECLARE_CLASS_SIMPLE( AttributeToolPanel, CNavUIToolPanel );

public:
	AttributeToolPanel( vgui::Panel *parent, const char *toolName );
};

#endif // SERVER_USES_VGUI

#endif // ATTRIBUTETOOL_H