matelight/host/main.h
2014-02-17 01:53:08 +01:00

10 lines
236 B
C

#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__