diff options
Diffstat (limited to 'host/main.h')
-rw-r--r-- | host/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/main.h b/host/main.h index 98c4ded..cf1dba7 100644 --- a/host/main.h +++ b/host/main.h @@ -4,7 +4,7 @@ #include "color.h" #include "font.h" -framebuffer_t *framebuffer_render_text(char *s, glyph_t **glyph_table, unsigned int glyph_table_size); +framebuffer_t *framebuffer_render_text(char *s, glyphtable_t *glyph_table); void console_render_buffer(framebuffer_t *fb); #endif//__MAIN_H__ |