aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/graphics/vesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/graphics/vesa.h')
-rw-r--r--src/kernel/graphics/vesa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/graphics/vesa.h b/src/kernel/graphics/vesa.h
index c2a0501..4ec80a4 100644
--- a/src/kernel/graphics/vesa.h
+++ b/src/kernel/graphics/vesa.h
@@ -185,6 +185,8 @@ void vesa_draw_cursor(int x, int y);
*/
void vesa_set_color(uint32_t color);
+void font_install();
+
/**
* An enum with vesa colors
* From https://github.com/joshdick/onedark.vim/ License: MIT