diff options
Diffstat (limited to 'mp/src/utils/vbsp/portals.h')
| -rw-r--r-- | mp/src/utils/vbsp/portals.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mp/src/utils/vbsp/portals.h b/mp/src/utils/vbsp/portals.h new file mode 100644 index 00000000..e8b45c7b --- /dev/null +++ b/mp/src/utils/vbsp/portals.h @@ -0,0 +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
|