gfxconsole.h 171 B

12345678910
  1. #ifndef __LIB_GFXCONSOLE_H
  2. #define __LIB_GFXCONSOLE_H
  3. #include <lib/gfx.h>
  4. void gfxconsole_start_on_display(void);
  5. void gfxconsole_start(gfx_surface *surface);
  6. #endif