implement shooting gunturrets
[rofl0r-openDOW.git] / font.h
blob0de4e8f03b67c2eb2317e4c1e75ad509c2aa7a77
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 //RcB: DEP "font.c"
6 #endif