aboutsummaryrefslogtreecommitdiff
path: root/mp/src/utils/vbsp/csg.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/utils/vbsp/csg.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/utils/vbsp/csg.h')
-rw-r--r--mp/src/utils/vbsp/csg.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/mp/src/utils/vbsp/csg.h b/mp/src/utils/vbsp/csg.h
index 30436dd9..158dcf43 100644
--- a/mp/src/utils/vbsp/csg.h
+++ b/mp/src/utils/vbsp/csg.h
@@ -1,32 +1,32 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-//=============================================================================//
-
-#ifndef CSG_H
-#define CSG_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-
-// Print a CONTENTS_ mask to a string.
-void PrintBrushContentsToString( int contents, char *pOut, int nMaxChars );
-
-// Print a CONTENTS_ mask with Msg().
-void PrintBrushContents( int contents );
-
-void FixupAreaportalWaterBrushes( bspbrush_t *pList );
-
-bspbrush_t *MakeBspBrushList (int startbrush, int endbrush,
- const Vector& clipmins, const Vector& clipmaxs, int detailScreen);
-bspbrush_t *MakeBspBrushList (mapbrush_t **pBrushes, int nBrushCount, const Vector& clipmins, const Vector& clipmaxs);
-
-void WriteBrushMap (char *name, bspbrush_t *list);
-
-bspbrush_t *ChopBrushes (bspbrush_t *head);
-bspbrush_t *IntersectBrush (bspbrush_t *a, bspbrush_t *b);
-qboolean BrushesDisjoint (bspbrush_t *a, bspbrush_t *b);
-
-#endif // CSG_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================//
+
+#ifndef CSG_H
+#define CSG_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+// Print a CONTENTS_ mask to a string.
+void PrintBrushContentsToString( int contents, char *pOut, int nMaxChars );
+
+// Print a CONTENTS_ mask with Msg().
+void PrintBrushContents( int contents );
+
+void FixupAreaportalWaterBrushes( bspbrush_t *pList );
+
+bspbrush_t *MakeBspBrushList (int startbrush, int endbrush,
+ const Vector& clipmins, const Vector& clipmaxs, int detailScreen);
+bspbrush_t *MakeBspBrushList (mapbrush_t **pBrushes, int nBrushCount, const Vector& clipmins, const Vector& clipmaxs);
+
+void WriteBrushMap (char *name, bspbrush_t *list);
+
+bspbrush_t *ChopBrushes (bspbrush_t *head);
+bspbrush_t *IntersectBrush (bspbrush_t *a, bspbrush_t *b);
+qboolean BrushesDisjoint (bspbrush_t *a, bspbrush_t *b);
+
+#endif // CSG_H