blob: 4425f50e138014b149486abdaa665ca3f1dba5d2 [file] [log] [blame]
Travis Geiselbrecht99b2d1d2010-05-21 22:57:18 -07001#ifndef __LIB_GFXCONSOLE_H
2#define __LIB_GFXCONSOLE_H
3
4#include <lib/gfx.h>
5
6void gfxconsole_start_on_display(void);
7void gfxconsole_start(gfx_surface *surface);
8
9#endif
10