8 lines
115 B
C
8 lines
115 B
C
#ifndef TEXT_H
|
|
#define TEXT_H
|
|
|
|
void text_draw_centre(const char *s);
|
|
void text_draw_score(unsigned score);
|
|
|
|
#endif
|