aboutsummaryrefslogtreecommitdiff
path: root/sp/src/game/client/smoke_fog_overlay.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/client/smoke_fog_overlay.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/client/smoke_fog_overlay.h')
-rw-r--r--sp/src/game/client/smoke_fog_overlay.h88
1 files changed, 44 insertions, 44 deletions
diff --git a/sp/src/game/client/smoke_fog_overlay.h b/sp/src/game/client/smoke_fog_overlay.h
index efd6470f..175e0ec4 100644
--- a/sp/src/game/client/smoke_fog_overlay.h
+++ b/sp/src/game/client/smoke_fog_overlay.h
@@ -1,44 +1,44 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//
-//=============================================================================//
-
-#ifndef SMOKE_FOG_OVERLAY_H
-#define SMOKE_FOG_OVERLAY_H
-
-
-#include "basetypes.h"
-#include "mathlib/vector.h"
-#include "smoke_fog_overlay_shared.h"
-
-
-#define ROTATION_SPEED 0.1
-#define TRADE_DURATION_MIN 10
-#define TRADE_DURATION_MAX 20
-#define SMOKEGRENADE_PARTICLERADIUS 80
-
-#define SMOKESPHERE_EXPAND_TIME 1 // Take N seconds to expand to SMOKESPHERE_MAX_RADIUS.
-
-#define NUM_PARTICLES_PER_DIMENSION 4
-#define SMOKEPARTICLE_OVERLAP 20
-
-#define SMOKEPARTICLE_SIZE 80
-#define NUM_MATERIAL_HANDLES 1
-
-
-void InitSmokeFogOverlay();
-void TermSmokeFogOverlay();
-void DrawSmokeFogOverlay();
-
-
-// Set these before calling DrawSmokeFogOverlay.
-extern float g_SmokeFogOverlayAlpha;
-extern Vector g_SmokeFogOverlayColor;
-
-
-#endif
-
-
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//
+//=============================================================================//
+
+#ifndef SMOKE_FOG_OVERLAY_H
+#define SMOKE_FOG_OVERLAY_H
+
+
+#include "basetypes.h"
+#include "mathlib/vector.h"
+#include "smoke_fog_overlay_shared.h"
+
+
+#define ROTATION_SPEED 0.1
+#define TRADE_DURATION_MIN 10
+#define TRADE_DURATION_MAX 20
+#define SMOKEGRENADE_PARTICLERADIUS 80
+
+#define SMOKESPHERE_EXPAND_TIME 1 // Take N seconds to expand to SMOKESPHERE_MAX_RADIUS.
+
+#define NUM_PARTICLES_PER_DIMENSION 4
+#define SMOKEPARTICLE_OVERLAP 20
+
+#define SMOKEPARTICLE_SIZE 80
+#define NUM_MATERIAL_HANDLES 1
+
+
+void InitSmokeFogOverlay();
+void TermSmokeFogOverlay();
+void DrawSmokeFogOverlay();
+
+
+// Set these before calling DrawSmokeFogOverlay.
+extern float g_SmokeFogOverlayAlpha;
+extern Vector g_SmokeFogOverlayColor;
+
+
+#endif
+
+