diff options
author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-21 02:36:06 +0100 |
---|---|---|
committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-21 02:42:10 +0100 |
commit | 5129e9f9f732f7d2829f02597cdb4ad2c0f3d856 (patch) | |
tree | e1bafa66c3baa0c07b6a5addc6bdc93ff64539fa /stage3/font.h | |
parent | 80513bc18ca32f5cc6a5b72e3ad812de3db9a6da (diff) | |
download | cuddles-5129e9f9f732f7d2829f02597cdb4ad2c0f3d856.tar.xz |
compile terminus font into the kernel
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); |