summaryrefslogtreecommitdiffstats
path: root/src/VBox/GuestHost/OpenGL/include/cr_warp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/GuestHost/OpenGL/include/cr_warp.h')
-rw-r--r--src/VBox/GuestHost/OpenGL/include/cr_warp.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/VBox/GuestHost/OpenGL/include/cr_warp.h b/src/VBox/GuestHost/OpenGL/include/cr_warp.h
new file mode 100644
index 00000000..1048a851
--- /dev/null
+++ b/src/VBox/GuestHost/OpenGL/include/cr_warp.h
@@ -0,0 +1,22 @@
+/* Copyright (c) 2001, Stanford University
+ * All rights reserved.
+ *
+ * See the file LICENSE.txt for information on redistributing this software.
+ */
+
+#ifndef CR_WARP_H
+#define CR_WARP_H
+
+#include <iprt/cdefs.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+DECLEXPORT(void) crWarpPoint(const float *align, const float *point, float *result);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* CR_BBOX_H */