From ec0233f756bd25232f1a5d5c88a758e6efed9c5a Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 17 Feb 2014 01:53:08 +0100 Subject: Niiiice glitch art... --- host/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/main.h') 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__ -- cgit