#ifndef __LIB_GFXCONSOLE_H #define __LIB_GFXCONSOLE_H #include void gfxconsole_start_on_display(void); void gfxconsole_start(gfx_surface *surface); #endif