hlsdk-xash3d/game_shared/voice_vgui_tweakdlg.h

21 lines
485 B
C
Raw Normal View History

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