feat: changed font to 8x16; kfetch

This commit is contained in:
Karina
2025-12-22 00:11:32 +04:00
parent dd4155584a
commit 2c998b53e5
11 changed files with 234 additions and 166 deletions
+2
View File
@@ -5,6 +5,8 @@
void console_init(SG_Context *ctx);
void console_clear(u32 color);
SG_Context* console_get_context();
SG_Point console_get_dimensions();
void console_set_color(u32 color);
void console_set_cursor_pos(SG_Point *p);
void kprint(const char *str);