summaryrefslogtreecommitdiffstats
path: root/src/VBox/GuestHost/OpenGL/packer/packer_extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/GuestHost/OpenGL/packer/packer_extensions.h')
-rw-r--r--src/VBox/GuestHost/OpenGL/packer/packer_extensions.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/VBox/GuestHost/OpenGL/packer/packer_extensions.h b/src/VBox/GuestHost/OpenGL/packer/packer_extensions.h
new file mode 100644
index 00000000..fba8d2f2
--- /dev/null
+++ b/src/VBox/GuestHost/OpenGL/packer/packer_extensions.h
@@ -0,0 +1,13 @@
+/* Copyright (c) 2001, Stanford University
+ * All rights reserved.
+ *
+ * See the file LICENSE.txt for information on redistributing this software.
+ */
+
+#ifndef CR_PACKER_EXTENSIONS_H
+#define CR_PACKER_EXTENSIONS_H
+
+int __packTexParameterNumParams( GLenum pname );
+int __packFogParamsLength( GLenum pname );
+
+#endif /* CR_PACKER_EXTENSION_H */