diff options
Diffstat (limited to 'stage3/font.h')
-rw-r--r-- | stage3/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stage3/font.h b/stage3/font.h index 8ad2874..fcb36bf 100644 --- a/stage3/font.h +++ b/stage3/font.h @@ -6,5 +6,6 @@ void print(const char *line); void set_font_size(u16 size); void print_char(char c); +void print_num(u64 x, u8 base, u8 pad); #endif |