using kprintf to output debug, which may be redirected to serial, is not a good idea...
[AROS-Contrib.git] / MultiMedia / AMP2 / amigaos / font.h
blobce34b0c8f1dc5c11706b7b6eb0feec61ed75fdd3
1 /*
3 * font.h
5 */
7 #ifndef AMIGAOS_FONT_H
8 #define AMIGAOS_FONT_H
10 int osd_font_init(void);
11 void osd_font_exit(void);
13 #endif