[Maintenance] [th01] Declare z_text_vputsa()

It's been highly useful for debug output at specific screen positions
for a number of times now.

Part of P0203, funded by [Anonymous] and GhostRiderCog.
This commit is contained in:
nmlgc 2022-07-01 21:12:24 +02:00
parent 001033d15a
commit 2113031a27
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ void z_text_show(void);
void z_text_hide(void);
void z_text_setcursor(z_text_cursor_t type);
void z_text_print(const char *cmd);
void z_text_vputsa(tram_x_t x, tram_y_t y, int z_atrb, const char *fmt, ...);
// ------------------------------------------