Fix interpolation in title screen replays
[neverball] / share / text.h
1 #ifndef TEXT_H
2 #define TEXT_H
3
4 #include <SDL.h>
5
6 /*---------------------------------------------------------------------------*/
7
8 int text_add_char(Uint32, char *, int);
9 int text_del_char(char *);
10 int text_length(const char *);
11
12 /*---------------------------------------------------------------------------*/
13
14 #endif