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 49b2817..154b58e 100644 --- a/stage3/font.h +++ b/stage3/font.h @@ -7,6 +7,7 @@ void font_init(); void font_set_size(u16 size); void font_load_blob(const void *blob); void font_load_classic(); +void font_load_builtin(); void font_clear_screen(); void print(str line); |