From 1e72c8221210bbc24fd34d5cab75818193f2d962 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 10 Jan 2014 12:34:25 +0100 Subject: Working on gif handling. Not working yet. libgif does not yet read all parts of the file --- host/main.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/main.h') diff --git a/host/main.h b/host/main.h index bbfcf74..98c4ded 100644 --- a/host/main.h +++ b/host/main.h @@ -1,6 +1,10 @@ +#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__ -- cgit