diff options
Diffstat (limited to 'mp/src/common/replay/ireplayfactory.h')
| -rw-r--r-- | mp/src/common/replay/ireplayfactory.h | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/mp/src/common/replay/ireplayfactory.h b/mp/src/common/replay/ireplayfactory.h index 09f0a16d..0aad205a 100644 --- a/mp/src/common/replay/ireplayfactory.h +++ b/mp/src/common/replay/ireplayfactory.h @@ -1,31 +1,31 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-//=======================================================================================//
-
-#ifndef IREPLAYFACTORY_H
-#define IREPLAYFACTORY_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-//----------------------------------------------------------------------------------------
-
-#include "interface.h"
-
-//----------------------------------------------------------------------------------------
-
-class CReplay;
-
-//----------------------------------------------------------------------------------------
-
-abstract_class IReplayFactory : public IBaseInterface
-{
-public:
- virtual CReplay *Create() = 0;
-};
-
-#define INTERFACE_VERSION_REPLAY_FACTORY "IReplayFactory001"
-
-//----------------------------------------------------------------------------------------
-
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +//=======================================================================================// + +#ifndef IREPLAYFACTORY_H +#define IREPLAYFACTORY_H +#ifdef _WIN32 +#pragma once +#endif + +//---------------------------------------------------------------------------------------- + +#include "interface.h" + +//---------------------------------------------------------------------------------------- + +class CReplay; + +//---------------------------------------------------------------------------------------- + +abstract_class IReplayFactory : public IBaseInterface +{ +public: + virtual CReplay *Create() = 0; +}; + +#define INTERFACE_VERSION_REPLAY_FACTORY "IReplayFactory001" + +//---------------------------------------------------------------------------------------- + #endif // IREPLAYFACTORY_H
\ No newline at end of file |