diff options
Diffstat (limited to 'mp/src/utils/vbsp/map.h')
| -rw-r--r-- | mp/src/utils/vbsp/map.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/mp/src/utils/vbsp/map.h b/mp/src/utils/vbsp/map.h index 44b1d934..c7b0e5b8 100644 --- a/mp/src/utils/vbsp/map.h +++ b/mp/src/utils/vbsp/map.h @@ -1,18 +1,18 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-//=============================================================================//
-
-#ifndef MAP_H
-#define MAP_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-
-// All the brush sides referenced by info_no_dynamic_shadow entities.
-extern CUtlVector<int> g_NoDynamicShadowSides;
-
-
-#endif // MAP_H
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//=============================================================================// + +#ifndef MAP_H +#define MAP_H +#ifdef _WIN32 +#pragma once +#endif + + +// All the brush sides referenced by info_no_dynamic_shadow entities. +extern CUtlVector<int> g_NoDynamicShadowSides; + + +#endif // MAP_H |