2016-06-04 18:24:23 +05:00
|
|
|
|
//========= Copyright <20> 1996-2002, Valve LLC, All rights reserved. ============
|
|
|
|
|
//
|
|
|
|
|
// Purpose:
|
|
|
|
|
//
|
|
|
|
|
// $NoKeywords: $
|
|
|
|
|
//=============================================================================
|
|
|
|
|
#pragma once
|
2021-06-20 03:53:07 +05:00
|
|
|
|
#if !defined(VOICE_VGUI_TWEAKDLG_H)
|
|
|
|
|
#define VOICE_VGUI_TWEAKDLG_H
|
2016-06-04 18:24:23 +05:00
|
|
|
|
|
|
|
|
|
class CMenuPanel;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Returns true if the tweak dialog is currently up.
|
|
|
|
|
bool IsTweakDlgOpen();
|
|
|
|
|
|
|
|
|
|
// Returns a global instance of the tweak dialog.
|
|
|
|
|
CMenuPanel* GetVoiceTweakDlg();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // VOICE_VGUI_TWEAKDLG_H
|