aboutsummaryrefslogtreecommitdiff
path: root/host/main.h
blob: bbfcf74da96d43190eba92707eb434d8396758df (plain)
1
2
3
4
5
6
#include "color.h"
#include "font.h"

framebuffer_t *framebuffer_render_text(char *s, glyph_t **glyph_table, unsigned int glyph_table_size);
void console_render_buffer(framebuffer_t *fb);