diff options
Diffstat (limited to 'game/client/replay/vgui/replayinputpanel.h')
| -rw-r--r-- | game/client/replay/vgui/replayinputpanel.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/game/client/replay/vgui/replayinputpanel.h b/game/client/replay/vgui/replayinputpanel.h new file mode 100644 index 0000000..142de01 --- /dev/null +++ b/game/client/replay/vgui/replayinputpanel.h @@ -0,0 +1,25 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +//=======================================================================================// + +#ifndef REPLAY_INPUT_PANEL_H +#define REPLAY_INPUT_PANEL_H +#ifdef _WIN32 +#pragma once +#endif + +//----------------------------------------------------------------------------- + +#include "replay/replayhandle.h" + +//----------------------------------------------------------------------------- +// Purpose: Show Replay input panel for entering a title, etc. +//----------------------------------------------------------------------------- +void ShowReplayInputPanel( ReplayHandle_t hReplay ); + +//----------------------------------------------------------------------------- +// Purpose: Is the panel visible? +//----------------------------------------------------------------------------- +bool IsReplayInputPanelVisible(); + +#endif // REPLAY_INPUT_PANEL_H |