borgware-2d/src/scrolltext/scrolltext.h

12 lines
190 B
C
Raw Permalink 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
#define FONT_C64 4
2011-10-28 21:52:17 +00:00
void scrolltext(char *str);
#endif /* SCROLLTEXT_H_ */