#ifndef TEXT_H
#define TEXT_H

#ifdef __cplusplus
extern "C" {
#endif

#ifndef TEXT_C
extern void show_text(char *text, PIXEL_YC *dst, int w, int h, int step, PIXEL *bg, PIXEL *fg, EXFUNC *func);
#endif

#ifdef __cplusplus
}
#endif

#endif