aboutsummaryrefslogtreecommitdiff
path: root/host/main.h
blob: a33bea173e73a2dddbaee85107e0616c3d524213 (plain)
1
2
3
color_t * framebuffer_render_text(char *s, glyph_t **glyph_table, unsigned int glyph_table_size);
void console_render_buffer(uint8_t *gbuf, unsigned int gbufwidth, unsigned int gbufheight);