#ifndef TEXT_H #define TEXT_H void text_draw_centre(const char *s); void text_draw_score(unsigned score); #endif