hlsdk-xash3d/game_shared/voice_vgui_tweakdlg.h

22 lines
490 B
C
Raw Normal View History

2016-06-04 15:24:23 +02:00
//========= Copyright <20> 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#pragma once
2021-06-20 00:53:07 +02:00
#if !defined(VOICE_VGUI_TWEAKDLG_H)
#define VOICE_VGUI_TWEAKDLG_H
2016-06-04 15:24:23 +02: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