aboutsummaryrefslogtreecommitdiff
path: root/host/main.h
diff options
context:
space:
mode:
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__