aboutsummaryrefslogtreecommitdiffstats
path: root/mtl.h
diff options
context:
space:
mode:
Diffstat (limited to 'mtl.h')
-rw-r--r--mtl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mtl.h b/mtl.h
new file mode 100644
index 0000000..7c427c1
--- /dev/null
+++ b/mtl.h
@@ -0,0 +1,10 @@
+#ifndef MTL_H
+#define MTL_H
+
+#include "gl.h"
+
+typedef int mtlidx;
+mtlidx mtl_load(char *name);
+void mtl_use(mtlidx mtl);
+
+#endif // MTL_H