mirror of https://github.com/nmlgc/ReC98.git
[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:
parent
001033d15a
commit
2113031a27
|
@ -18,4 +18,5 @@ void z_text_show(void);
|
||||||
void z_text_hide(void);
|
void z_text_hide(void);
|
||||||
void z_text_setcursor(z_text_cursor_t type);
|
void z_text_setcursor(z_text_cursor_t type);
|
||||||
void z_text_print(const char *cmd);
|
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, ...);
|
||||||
// ------------------------------------------
|
// ------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue