aboutsummaryrefslogtreecommitdiff
path: root/sp/src/common/replay/ireplayperformancemanager.h
diff options
context:
space:
mode:
authorJørgen P. Tjernø <[email protected]>2013-12-02 19:31:46 -0800
committerJørgen P. Tjernø <[email protected]>2013-12-02 19:46:31 -0800
commitf56bb35301836e56582a575a75864392a0177875 (patch)
treede61ddd39de3e7df52759711950b4c288592f0dc /sp/src/common/replay/ireplayperformancemanager.h
parentMark some more files as text. (diff)
downloadsource-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz
source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip
Fix line endings. WHAMMY.
Diffstat (limited to 'sp/src/common/replay/ireplayperformancemanager.h')
-rw-r--r--sp/src/common/replay/ireplayperformancemanager.h72
1 files changed, 36 insertions, 36 deletions
diff --git a/sp/src/common/replay/ireplayperformancemanager.h b/sp/src/common/replay/ireplayperformancemanager.h
index 728624fd..67852dd3 100644
--- a/sp/src/common/replay/ireplayperformancemanager.h
+++ b/sp/src/common/replay/ireplayperformancemanager.h
@@ -1,36 +1,36 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-//=======================================================================================//
-
-#ifndef IREPLAYPERFORMANCEMANAGER_H
-#define IREPLAYPERFORMANCEMANAGER_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-//----------------------------------------------------------------------------------------
-
-#include "interface.h"
-
-//----------------------------------------------------------------------------------------
-
-class CReplayPerformance;
-class CReplay;
-
-//----------------------------------------------------------------------------------------
-
-class IReplayPerformanceManager : public IBaseInterface
-{
-public:
- virtual CReplayPerformance *CreatePerformance( CReplay *pReplay ) = 0;
- virtual void DeletePerformance( CReplayPerformance *pPerformance ) = 0;
-
- virtual const char *GetRelativePath() const = 0;
- virtual const char *GetFullPath() const = 0;
-
- virtual const char *GeneratePerformanceFilename( CReplay *pReplay ) = 0;
-};
-
-//----------------------------------------------------------------------------------------
-
-#endif // IREPLAYPERFORMANCEMANAGER_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+//=======================================================================================//
+
+#ifndef IREPLAYPERFORMANCEMANAGER_H
+#define IREPLAYPERFORMANCEMANAGER_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+//----------------------------------------------------------------------------------------
+
+#include "interface.h"
+
+//----------------------------------------------------------------------------------------
+
+class CReplayPerformance;
+class CReplay;
+
+//----------------------------------------------------------------------------------------
+
+class IReplayPerformanceManager : public IBaseInterface
+{
+public:
+ virtual CReplayPerformance *CreatePerformance( CReplay *pReplay ) = 0;
+ virtual void DeletePerformance( CReplayPerformance *pPerformance ) = 0;
+
+ virtual const char *GetRelativePath() const = 0;
+ virtual const char *GetFullPath() const = 0;
+
+ virtual const char *GeneratePerformanceFilename( CReplay *pReplay ) = 0;
+};
+
+//----------------------------------------------------------------------------------------
+
+#endif // IREPLAYPERFORMANCEMANAGER_H