Files
asteroids/text.h
2025-10-18 17:43:22 +01:00

8 lines
129 B
C

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