summaryrefslogtreecommitdiff
path: root/include/tex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tex.h')
-rw-r--r--include/tex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/tex.h b/include/tex.h
new file mode 100644
index 0000000..8b5b3ff
--- /dev/null
+++ b/include/tex.h
@@ -0,0 +1,6 @@
+#ifndef MINO_TEX_H
+#define MINO_TEX_H
+typedef struct{U32 w,h;U8*d;}Tex;
+X Tex tex_load(IM C*);
+X V tex_free(Tex);
+#endif