aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/client/replay/vgui/replayperformancesavedlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/client/replay/vgui/replayperformancesavedlg.h')
-rw-r--r--mp/src/game/client/replay/vgui/replayperformancesavedlg.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/mp/src/game/client/replay/vgui/replayperformancesavedlg.h b/mp/src/game/client/replay/vgui/replayperformancesavedlg.h
new file mode 100644
index 00000000..fb4dbd55
--- /dev/null
+++ b/mp/src/game/client/replay/vgui/replayperformancesavedlg.h
@@ -0,0 +1,27 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+//=======================================================================================//
+
+#ifndef REPLAYPERFORMANCESAVEDLG_H
+#define REPLAYPERFORMANCESAVEDLG_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+//-----------------------------------------------------------------------------
+
+class CReplay;
+
+//-----------------------------------------------------------------------------
+
+typedef void (*OnConfirmSaveCallback)( bool bConfirmed, wchar_t *pTitle, void *pContext );
+
+//-----------------------------------------------------------------------------
+
+void ReplayUI_ShowPerformanceSaveDlg( OnConfirmSaveCallback pfnCallback, void *pContext, CReplay *pReplay,
+ bool bExitEditorWhenDone );
+bool ReplayUI_IsPerformanceSaveDlgOpen();
+
+//-----------------------------------------------------------------------------
+
+#endif // REPLAYPERFORMANCESAVEDLG_H