1
0
mirror of https://github.com/nillerusr/source-engine.git synced 2025-01-15 01:20:30 +00:00
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

26 lines
918 B
C

//========= 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