From 3b21507274aa4f98644382903ae529c1fc2c7bd4 Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 20 Aug 2014 01:36:33 +1000 Subject: GL3D GWIN window + demo --- 3rdparty/tinygl-0.4-ugfx/src/msghandling.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3rdparty/tinygl-0.4-ugfx/src/msghandling.h (limited to '3rdparty/tinygl-0.4-ugfx/src/msghandling.h') 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_ */ -- cgit v1.2.3