borgware-2d/scrolltext/scrolltext.h

11 lines
168 B
C
Raw Normal View History

#ifndef SCROLLTEXT_H_
#define SCROLLTEXT_H_
2011-10-28 21:52:17 +00:00
#define FONT_ARIAL8 1
#define FONT_SMALL6 2
#define FONT_UNI53 3
void scrolltext(char *str);
#endif /* SCROLLTEXT_H_ */