palpic2png.c: improve, make usable with ppic binary files
[rofl0r-openDOW.git] / font.h
blob776faf42253ae6179a3fe17b9fa007a5e169803a
1 #ifndef FONT_H
2 #define FONT_H
3 #include "palpic.h"
4 void font_print(int x, int y, const char *str, size_t len, unsigned scale, prgb color);
5 #pragma RcB2 DEP "font.c"
6 #endif