/* showtext.h */

void showtext_init(void);

int showtext_display(const char *text, const char *title);
