X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ftgfx.h;fp=src%2Ftgfx.h;h=49f93b07df717ecb5e3d1f7fd68f41696e8f7beb;hb=2f4fb7c15c5017546238241ea318b16b9a032c52;hp=d1cd3715e85105ab03e17b0f1463fb61d87f1c63;hpb=8091cf11d15e1363d8d608fb640f4f12b0887e52;p=oftp diff --git a/src/tgfx.h b/src/tgfx.h index d1cd371..49f93b0 100644 --- a/src/tgfx.h +++ b/src/tgfx.h @@ -1,6 +1,8 @@ #ifndef TGFX_H_ #define TGFX_H_ +#include + enum { TGFX_FRAME = 1, TGFX_SHADOW = 2 @@ -16,6 +18,7 @@ void tg_bgchar(int c); void tg_setcursor(int x, int y); void tg_text(int x, int y, const char *fmt, ...); +void tg_vtext(int x, int y, const char *fmt, va_list ap); void tg_rect(const char *label, int x, int y, int xsz, int ysz, unsigned int flags);