matelight/host/main.h
jaseg 4c84439c10 Added some gif rendering skeleton
Amazingly, text rendering seems to still work.
2014-01-04 23:34:26 +01:00

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);