aboutsummaryrefslogtreecommitdiff
path: root/host/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/main.h')
-rw-r--r--host/main.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/host/main.h b/host/main.h
deleted file mode 100644
index 5ace45e..0000000
--- a/host/main.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __MAIN_H__
-#define __MAIN_H__
-
-#include "color.h"
-#include "font.h"
-
-framebuffer_t *framebuffer_render_text(char *s, glyphtable_t *glyph_table);
-void console_render_buffer(color_t *data, size_t w, size_t h);
-
-#endif//__MAIN_H__