aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/tinygl-0.4-ugfx/src/msghandling.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/tinygl-0.4-ugfx/src/msghandling.h')
-rw-r--r--3rdparty/tinygl-0.4-ugfx/src/msghandling.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/3rdparty/tinygl-0.4-ugfx/src/msghandling.h b/3rdparty/tinygl-0.4-ugfx/src/msghandling.h
new file mode 100644
index 00000000..ebe4548c
--- /dev/null
+++ b/3rdparty/tinygl-0.4-ugfx/src/msghandling.h
@@ -0,0 +1,8 @@
+#ifndef _msghandling_h_
+#define _msghandling_h_
+
+extern void tgl_warning(const char *text, ...);
+extern void tgl_trace(const char *text, ...);
+extern void tgl_fixme(const char *text, ...);
+
+#endif /* _msghandling_h_ */