feat: panic, printf, logo and something i dont remember
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
void console_init(SG_Context *ctx);
|
||||
void console_clear(u32 color);
|
||||
void console_set_color(u32 color);
|
||||
void console_set_cursor_pos(SG_Point *p);
|
||||
void kprint(const char *str);
|
||||
void kprintf(const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user