matelight/host/main.h
jaseg 1e72c82212 Working on gif handling. Not working yet.
libgif does not yet read all parts of the file
2014-01-10 12:34:25 +01:00

10 lines
247 B
C

#ifndef __MAIN_H__
#define __MAIN_H__
#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);
#endif//__MAIN_H__