aboutsummaryrefslogtreecommitdiff
path: root/sp/src/public/vgui_controls/savedocumentquery.h
diff options
context:
space:
mode:
authorNarendra Umate <[email protected]>2013-12-02 23:36:05 -0800
committerNarendra Umate <[email protected]>2013-12-02 23:36:05 -0800
commit8737f191f3b59f001a77bf6c08091109211c1c9f (patch)
treedbbf05c004d9b026f2c1f23f06600fe0add82c36 /sp/src/public/vgui_controls/savedocumentquery.h
parentUpdate .gitignore. (diff)
parentMake .xcconfigs text files too. (diff)
downloadsource-sdk-2013-8737f191f3b59f001a77bf6c08091109211c1c9f.tar.xz
source-sdk-2013-8737f191f3b59f001a77bf6c08091109211c1c9f.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'sp/src/public/vgui_controls/savedocumentquery.h')
-rw-r--r--sp/src/public/vgui_controls/savedocumentquery.h74
1 files changed, 37 insertions, 37 deletions
diff --git a/sp/src/public/vgui_controls/savedocumentquery.h b/sp/src/public/vgui_controls/savedocumentquery.h
index a33393b7..fd738f46 100644
--- a/sp/src/public/vgui_controls/savedocumentquery.h
+++ b/sp/src/public/vgui_controls/savedocumentquery.h
@@ -1,37 +1,37 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// This dialog asks if you want to save your work
-//
-//=============================================================================
-
-#ifndef SAVEDOCUMENTQUERY_H
-#define SAVEDOCUMENTQUERY_H
-
-#ifdef _WIN32
-#pragma once
-#endif
-
-
-//-----------------------------------------------------------------------------
-// Forward declarations
-//-----------------------------------------------------------------------------
-class KeyValues;
-namespace vgui
-{
-class Panel;
-}
-
-
-//-----------------------------------------------------------------------------
-// Show the save document query dialog
-// NOTE: The following commands will be posted to the action signal target:
-// "OnExit" - when we want to quit
-// "OnSave" - when we want to save the file
-// "OnCloseNoSave" - when we want to close the file without saving it
-// "commandname" - additional command send after saving (SAVEDOC_POSTCOMMAND_AFTER_SAVE)
-// "OnMarkNotDirty" - when we want to mark the file not dirty
-//-----------------------------------------------------------------------------
-void ShowSaveDocumentQuery( vgui::Panel *pParent, const char *pFileName, const char *pFileType, int nContext, vgui::Panel *pActionSignalTarget, KeyValues *pPostSaveCommand );
-
-
-#endif // SAVEDOCUMENTQUERY_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// This dialog asks if you want to save your work
+//
+//=============================================================================
+
+#ifndef SAVEDOCUMENTQUERY_H
+#define SAVEDOCUMENTQUERY_H
+
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+//-----------------------------------------------------------------------------
+// Forward declarations
+//-----------------------------------------------------------------------------
+class KeyValues;
+namespace vgui
+{
+class Panel;
+}
+
+
+//-----------------------------------------------------------------------------
+// Show the save document query dialog
+// NOTE: The following commands will be posted to the action signal target:
+// "OnExit" - when we want to quit
+// "OnSave" - when we want to save the file
+// "OnCloseNoSave" - when we want to close the file without saving it
+// "commandname" - additional command send after saving (SAVEDOC_POSTCOMMAND_AFTER_SAVE)
+// "OnMarkNotDirty" - when we want to mark the file not dirty
+//-----------------------------------------------------------------------------
+void ShowSaveDocumentQuery( vgui::Panel *pParent, const char *pFileName, const char *pFileType, int nContext, vgui::Panel *pActionSignalTarget, KeyValues *pPostSaveCommand );
+
+
+#endif // SAVEDOCUMENTQUERY_H