moved dos tgfx.c to src/dos
[oftp] / src / tgfx.h
index a9af11d..d1cd371 100644 (file)
@@ -15,7 +15,7 @@ void tg_bgchar(int c);
 
 void tg_setcursor(int x, int y);
 
-void tg_printf(int x, int y, const char *fmt, ...);
+void tg_text(int x, int y, const char *fmt, ...);
 
 void tg_rect(const char *label, int x, int y, int xsz, int ysz, unsigned int flags);