6 lines
189 B
C
6 lines
189 B
C
|
|
#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);
|