mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-14 20:56:56 +00:00
1
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user