diff options
Diffstat (limited to 'mp/src/utils/vbsp/worldvertextransitionfixup.h')
| -rw-r--r-- | mp/src/utils/vbsp/worldvertextransitionfixup.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mp/src/utils/vbsp/worldvertextransitionfixup.h b/mp/src/utils/vbsp/worldvertextransitionfixup.h new file mode 100644 index 00000000..6297dca5 --- /dev/null +++ b/mp/src/utils/vbsp/worldvertextransitionfixup.h @@ -0,0 +1,15 @@ +//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================
+
+#ifndef WORLDVERTEXTRANSITIONFIXUP_H
+#define WORLDVERTEXTRANSITIONFIXUP_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+void WorldVertexTransitionFixup( void );
+
+#endif // WORLDVERTEXTRANSITIONFIXUP_H
|