aboutsummaryrefslogtreecommitdiff
path: root/host/main.h
blob: 98c4ded699fd4dde3122aa8ec921c984bd1652bd (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __MAIN_H__
#define __MAIN_H__

#include "color.h"
#include "font.h"

framebuffer_t *framebuffer_render_text(char *s, glyph_t **glyph_table, unsigned int glyph_table_size);
void console_render_buffer(framebuffer_t *fb);

#endif//__MAIN_H__