aboutsummaryrefslogtreecommitdiffstats
path: root/tex.h
diff options
context:
space:
mode:
Diffstat (limited to 'tex.h')
-rw-r--r--tex.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tex.h b/tex.h
new file mode 100644
index 0000000..c7ad0d2
--- /dev/null
+++ b/tex.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
+ * SPDX-License-Identifier: MIT
+ */
+#ifndef TEX_H
+#define TEX_H
+
+#include <stdio.h>
+
+#include "gl.h"
+
+GLuint png2tex(FILE *f);
+
+#endif // TEX_H