aboutsummaryrefslogtreecommitdiff
path: root/host/main.h
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-01-10 12:34:25 +0100
committerjaseg <jaseg@jaseg.net>2014-01-10 12:34:25 +0100
commit1e72c8221210bbc24fd34d5cab75818193f2d962 (patch)
tree1e79b979223e053d48e04ef3bfa2b5e0d24e6d50 /host/main.h
parent4c84439c103d4d119f253a1dab8c3b22060c2ab5 (diff)
downloadmatelight-1e72c8221210bbc24fd34d5cab75818193f2d962.tar.gz
matelight-1e72c8221210bbc24fd34d5cab75818193f2d962.tar.bz2
matelight-1e72c8221210bbc24fd34d5cab75818193f2d962.zip
Working on gif handling. Not working yet.
libgif does not yet read all parts of the file
Diffstat (limited to 'host/main.h')
-rw-r--r--host/main.h4
1 files changed, 4 insertions, 0 deletions
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__