aboutsummaryrefslogtreecommitdiff
path: root/mp/src/common/replay/ireplayerrorsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/common/replay/ireplayerrorsystem.h')
-rw-r--r--mp/src/common/replay/ireplayerrorsystem.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/mp/src/common/replay/ireplayerrorsystem.h b/mp/src/common/replay/ireplayerrorsystem.h
index 4f0c5d02..cc39b7e1 100644
--- a/mp/src/common/replay/ireplayerrorsystem.h
+++ b/mp/src/common/replay/ireplayerrorsystem.h
@@ -1,33 +1,33 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-//=======================================================================================//
-
-#ifndef IREPLAYERRORSYSYTEM_H
-#define IREPLAYERRORSYSYTEM_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-//----------------------------------------------------------------------------------------
-
-#include "interface.h"
-
-//----------------------------------------------------------------------------------------
-
-class KeyValues;
-
-//----------------------------------------------------------------------------------------
-
-//
-// Replay error system
-//
-class IReplayErrorSystem : public IBaseInterface
-{
-public:
- virtual void AddErrorFromTokenName( const char *pToken ) = 0;
- virtual void AddFormattedErrorFromTokenName( const char *pFormatToken, KeyValues *pFormatArgs ) = 0;
-};
-
-//----------------------------------------------------------------------------------------
-
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+//=======================================================================================//
+
+#ifndef IREPLAYERRORSYSYTEM_H
+#define IREPLAYERRORSYSYTEM_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+//----------------------------------------------------------------------------------------
+
+#include "interface.h"
+
+//----------------------------------------------------------------------------------------
+
+class KeyValues;
+
+//----------------------------------------------------------------------------------------
+
+//
+// Replay error system
+//
+class IReplayErrorSystem : public IBaseInterface
+{
+public:
+ virtual void AddErrorFromTokenName( const char *pToken ) = 0;
+ virtual void AddFormattedErrorFromTokenName( const char *pFormatToken, KeyValues *pFormatArgs ) = 0;
+};
+
+//----------------------------------------------------------------------------------------
+
#endif // IREPLAYERRORSYSYTEM_H \ No newline at end of file