summaryrefslogtreecommitdiffstats
path: root/sdk/rwsdk/include/d3d8/rtvcat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/rwsdk/include/d3d8/rtvcat.h')
-rw-r--r--sdk/rwsdk/include/d3d8/rtvcat.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/sdk/rwsdk/include/d3d8/rtvcat.h b/sdk/rwsdk/include/d3d8/rtvcat.h
deleted file mode 100644
index 474095e1..00000000
--- a/sdk/rwsdk/include/d3d8/rtvcat.h
+++ /dev/null
@@ -1,38 +0,0 @@
-
-/***************************************************************************
- * *
- * Module : rtvcat.h *
- * *
- * Purpose : Tristripping callback for vertex cache aware strips *
- * *
- **************************************************************************/
-
-#ifndef RTVCAT_H
-#define RTVCAT_H
-
-/****************************************************************************
- Includes
- */
-
-/*--- Include files ---*/
-#include "rwcore.h"
-
-#include "rtvcat.rpe" /* automatically generated header file */
-
-/****************************************************************************
- Function prototypes
- */
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern RpMeshHeader *
-RpBuildMeshGenerateCacheAwareTriStrip(RpBuildMesh *buildMesh,
- void *data);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* RTVCAT_H */