aboutsummaryrefslogtreecommitdiff
path: root/host/main.h
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-02-17 01:53:08 +0100
committerjaseg <jaseg@jaseg.net>2014-02-17 01:53:08 +0100
commitec0233f756bd25232f1a5d5c88a758e6efed9c5a (patch)
tree4d8cdf337e5fe877105f2bdaacb290bb2daa1665 /host/main.h
parent18fd12e916c8a33007a8ccd305d280493e8cd27d (diff)
downloadmatelight-ec0233f756bd25232f1a5d5c88a758e6efed9c5a.tar.gz
matelight-ec0233f756bd25232f1a5d5c88a758e6efed9c5a.tar.bz2
matelight-ec0233f756bd25232f1a5d5c88a758e6efed9c5a.zip
Niiiice glitch art...
Diffstat (limited to 'host/main.h')
-rw-r--r--host/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/main.h b/host/main.h
index cf1dba7..5ace45e 100644
--- a/host/main.h
+++ b/host/main.h
@@ -5,6 +5,6 @@
#include "font.h"
framebuffer_t *framebuffer_render_text(char *s, glyphtable_t *glyph_table);
-void console_render_buffer(framebuffer_t *fb);
+void console_render_buffer(color_t *data, size_t w, size_t h);
#endif//__MAIN_H__