mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-05-18 09:38:03 +03:00
22 lines
564 B
C
22 lines
564 B
C
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
|
|
#ifndef TF_QUEST_EDITOR_PANEL_H
|
|
#define TF_QUEST_EDITOR_PANEL_H
|
|
|
|
#include "cbase.h"
|
|
#include "vgui_controls/EditablePanel.h"
|
|
#include "vgui_controls/Frame.h"
|
|
#include "vgui_controls/ComboBox.h"
|
|
#include "tf_quest_restriction.h"
|
|
#include "clientmode_tf.h"
|
|
#include "vgui_controls/ScrollableEditablePanel.h"
|
|
#include "tf_controls.h"
|
|
|
|
|
|
#endif // TF_QUEST_EDITOR_PANEL_H
|