Maybe gif-lib wasn't too bright an idea...

This commit is contained in:
jaseg 2014-01-03 16:40:44 +01:00
parent 9ef5c135e8
commit d27f9ecf7e
199 changed files with 481 additions and 2434004 deletions

3
host/main.h Normal file
View file

@ -0,0 +1,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);