summaryrefslogtreecommitdiff
path: root/utils/vbsp/portals.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/vbsp/portals.h')
-rw-r--r--utils/vbsp/portals.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/vbsp/portals.h b/utils/vbsp/portals.h
new file mode 100644
index 0000000..cf65ac7
--- /dev/null
+++ b/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