diff options
Diffstat (limited to 'mp/src/utils/vbsp/portals.h')
| -rw-r--r-- | mp/src/utils/vbsp/portals.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/mp/src/utils/vbsp/portals.h b/mp/src/utils/vbsp/portals.h index e8b45c7b..cf65ac7c 100644 --- a/mp/src/utils/vbsp/portals.h +++ b/mp/src/utils/vbsp/portals.h @@ -1,19 +1,19 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//=============================================================================//
-
-#ifndef PORTALS_H
-#define PORTALS_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-
-// Sets up the g_ClipPortalIndices array.
-void TranslateClipPortalIndices();
-
-
-#endif // PORTALS_H
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef PORTALS_H +#define PORTALS_H +#ifdef _WIN32 +#pragma once +#endif + + +// Sets up the g_ClipPortalIndices array. +void TranslateClipPortalIndices(); + + +#endif // PORTALS_H |