diff options
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index af95690..34f069f 100644 --- a/src/screen.h +++ b/src/screen.h @@ -107,6 +107,10 @@ char *scr_get_cur_name(void); /* XXX: this really should be in a utils.c or common.c... */ void scr_waitvcount(u8 c); +/* print decimal numbers (see printnum.s) */ +void scr_cur_printnum(u16 c); +void scr_act_printnum(u16 c); + /**** end of public API ****/ /* notes: |
