aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/toolframework/iserverenginetools.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 /mp/src/public/toolframework/iserverenginetools.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 'mp/src/public/toolframework/iserverenginetools.h')
-rw-r--r--mp/src/public/toolframework/iserverenginetools.h100
1 files changed, 50 insertions, 50 deletions
diff --git a/mp/src/public/toolframework/iserverenginetools.h b/mp/src/public/toolframework/iserverenginetools.h
index 170c6edc..437a97da 100644
--- a/mp/src/public/toolframework/iserverenginetools.h
+++ b/mp/src/public/toolframework/iserverenginetools.h
@@ -1,50 +1,50 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-//=============================================================================
-
-#ifndef ISERVERENGINETOOLS_H
-#define ISERVERENGINETOOLS_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-#include "interface.h"
-
-//-----------------------------------------------------------------------------
-// Purpose: exposed from engine to game .dll
-//-----------------------------------------------------------------------------
-class IServerEngineTools : public IBaseInterface
-{
-public:
- // Level init, shutdown
- virtual void LevelInitPreEntityAllTools() = 0;
- // entities are created / spawned / precached here
- virtual void LevelInitPostEntityAllTools() = 0;
-
- virtual void LevelShutdownPreEntityAllTools() = 0;
- // Entities are deleted / released here...
- virtual void LevelShutdownPostEntityAllTools() = 0;
- // end of level shutdown
-
- // Called each frame before entities think
- virtual void FrameUpdatePreEntityThinkAllTools() = 0;
- // called after entities think
- virtual void FrameUpdatePostEntityThinkAllTools() = 0;
-
- virtual void PreClientUpdateAllTools() = 0;
- // FIXME: PostClientUpdateAllTools()???
-
- // The server uses this to call into the tools to get the actual
- // entities to spawn on startup
- virtual const char* GetEntityData( const char *pActualEntityData ) = 0;
-
- virtual void PreSetupVisibilityAllTools() = 0;
-
- virtual bool InToolMode() = 0;
-};
-
-#define VSERVERENGINETOOLS_INTERFACE_VERSION "VSERVERENGINETOOLS001"
-
-#endif // ISERVERENGINETOOLS_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================
+
+#ifndef ISERVERENGINETOOLS_H
+#define ISERVERENGINETOOLS_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+#include "interface.h"
+
+//-----------------------------------------------------------------------------
+// Purpose: exposed from engine to game .dll
+//-----------------------------------------------------------------------------
+class IServerEngineTools : public IBaseInterface
+{
+public:
+ // Level init, shutdown
+ virtual void LevelInitPreEntityAllTools() = 0;
+ // entities are created / spawned / precached here
+ virtual void LevelInitPostEntityAllTools() = 0;
+
+ virtual void LevelShutdownPreEntityAllTools() = 0;
+ // Entities are deleted / released here...
+ virtual void LevelShutdownPostEntityAllTools() = 0;
+ // end of level shutdown
+
+ // Called each frame before entities think
+ virtual void FrameUpdatePreEntityThinkAllTools() = 0;
+ // called after entities think
+ virtual void FrameUpdatePostEntityThinkAllTools() = 0;
+
+ virtual void PreClientUpdateAllTools() = 0;
+ // FIXME: PostClientUpdateAllTools()???
+
+ // The server uses this to call into the tools to get the actual
+ // entities to spawn on startup
+ virtual const char* GetEntityData( const char *pActualEntityData ) = 0;
+
+ virtual void PreSetupVisibilityAllTools() = 0;
+
+ virtual bool InToolMode() = 0;
+};
+
+#define VSERVERENGINETOOLS_INTERFACE_VERSION "VSERVERENGINETOOLS001"
+
+#endif // ISERVERENGINETOOLS_H