aboutsummaryrefslogtreecommitdiff
path: root/sp/src/game/server/scratchpad_gamedll_helpers.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/game/server/scratchpad_gamedll_helpers.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/game/server/scratchpad_gamedll_helpers.h')
-rw-r--r--sp/src/game/server/scratchpad_gamedll_helpers.h80
1 files changed, 40 insertions, 40 deletions
diff --git a/sp/src/game/server/scratchpad_gamedll_helpers.h b/sp/src/game/server/scratchpad_gamedll_helpers.h
index ed29ada9..61503197 100644
--- a/sp/src/game/server/scratchpad_gamedll_helpers.h
+++ b/sp/src/game/server/scratchpad_gamedll_helpers.h
@@ -1,40 +1,40 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-//=============================================================================//
-
-#ifndef SCRATCHPAD_GAMEDLL_HELPERS_H
-#define SCRATCHPAD_GAMEDLL_HELPERS_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-
-class IScratchPad3D;
-
-
-#define SPDRAWWORLD_DRAW_WORLD 0x001
-#define SPDRAWWORLD_DRAW_PLAYERS 0x002 // Draw player entities?
-#define SPDRAWWORLD_DRAW_ENTITIES 0x004 // Draw entities other than players?
-#define SPDRAWWORLD_DRAW_ENTITY_CLASSNAMES 0x008
-#define SPDRAWWORLD_DRAW_EDICT_INDICES 0x010
-
-#define SPDRAWWORLD_DRAW_ALL 0xFFFFFFFF
-
-
-// Draws the world and various things in it into the scratchpad.
-// flags is a combination of the SPDRAWWORLD_ flags.
-void ScratchPad_DrawWorldToScratchPad(
- IScratchPad3D *pPad,
- unsigned long flags );
-
-// Draw a specific entity into the scratch pad.
-void ScratchPad_DrawEntityToScratchPad(
- IScratchPad3D *pPad,
- unsigned long flags,
- CBaseEntity *pEnt,
- const Vector &vColor );
-
-
-#endif // SCRATCHPAD_GAMEDLL_HELPERS_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================//
+
+#ifndef SCRATCHPAD_GAMEDLL_HELPERS_H
+#define SCRATCHPAD_GAMEDLL_HELPERS_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+class IScratchPad3D;
+
+
+#define SPDRAWWORLD_DRAW_WORLD 0x001
+#define SPDRAWWORLD_DRAW_PLAYERS 0x002 // Draw player entities?
+#define SPDRAWWORLD_DRAW_ENTITIES 0x004 // Draw entities other than players?
+#define SPDRAWWORLD_DRAW_ENTITY_CLASSNAMES 0x008
+#define SPDRAWWORLD_DRAW_EDICT_INDICES 0x010
+
+#define SPDRAWWORLD_DRAW_ALL 0xFFFFFFFF
+
+
+// Draws the world and various things in it into the scratchpad.
+// flags is a combination of the SPDRAWWORLD_ flags.
+void ScratchPad_DrawWorldToScratchPad(
+ IScratchPad3D *pPad,
+ unsigned long flags );
+
+// Draw a specific entity into the scratch pad.
+void ScratchPad_DrawEntityToScratchPad(
+ IScratchPad3D *pPad,
+ unsigned long flags,
+ CBaseEntity *pEnt,
+ const Vector &vColor );
+
+
+#endif // SCRATCHPAD_GAMEDLL_HELPERS_H