aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/movehelper_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/server/movehelper_server.h')
-rw-r--r--mp/src/game/server/movehelper_server.h86
1 files changed, 43 insertions, 43 deletions
diff --git a/mp/src/game/server/movehelper_server.h b/mp/src/game/server/movehelper_server.h
index 7f33223d..a203f77a 100644
--- a/mp/src/game/server/movehelper_server.h
+++ b/mp/src/game/server/movehelper_server.h
@@ -1,43 +1,43 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//=============================================================================//
-
-#ifndef MOVEHELPER_SERVER_H
-#define MOVEHELPER_SERVER_H
-
-#ifdef _WIN32
-#pragma once
-#endif
-
-#include "imovehelper.h"
-
-
-//-----------------------------------------------------------------------------
-// Forward declarations
-//-----------------------------------------------------------------------------
-
-class CBasePlayer;
-class CBaseEntity;
-
-
-//-----------------------------------------------------------------------------
-// Implementation of the movehelper on the server
-//-----------------------------------------------------------------------------
-
-abstract_class IMoveHelperServer : public IMoveHelper
-{
-public:
- virtual void SetHost( CBasePlayer *host ) = 0;
-};
-
-//-----------------------------------------------------------------------------
-// Singleton access
-//-----------------------------------------------------------------------------
-
-IMoveHelperServer* MoveHelperServer();
-
-
-#endif // MOVEHELPER_SERVER_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef MOVEHELPER_SERVER_H
+#define MOVEHELPER_SERVER_H
+
+#ifdef _WIN32
+#pragma once
+#endif
+
+#include "imovehelper.h"
+
+
+//-----------------------------------------------------------------------------
+// Forward declarations
+//-----------------------------------------------------------------------------
+
+class CBasePlayer;
+class CBaseEntity;
+
+
+//-----------------------------------------------------------------------------
+// Implementation of the movehelper on the server
+//-----------------------------------------------------------------------------
+
+abstract_class IMoveHelperServer : public IMoveHelper
+{
+public:
+ virtual void SetHost( CBasePlayer *host ) = 0;
+};
+
+//-----------------------------------------------------------------------------
+// Singleton access
+//-----------------------------------------------------------------------------
+
+IMoveHelperServer* MoveHelperServer();
+
+
+#endif // MOVEHELPER_SERVER_H