aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/r_supp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsec/include/r_supp.h')
-rw-r--r--src/parsec/include/r_supp.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/parsec/include/r_supp.h b/src/parsec/include/r_supp.h
new file mode 100644
index 0000000..10df562
--- /dev/null
+++ b/src/parsec/include/r_supp.h
@@ -0,0 +1,19 @@
+/*
+ * PARSEC HEADER: r_supp.h
+ */
+
+#ifndef _R_SUPP_H_
+#define _R_SUPP_H_
+
+
+// ----------------------------------------------------------------------------
+// RENDERING SUBSYSTEM (R) SUPP group -
+// ----------------------------------------------------------------------------
+
+
+int R_PrecacheTextures();
+
+
+#endif // _R_SUPP_H_
+
+