Files
asteroids/text.h
Camden Dixie O'Brien 07553feef1 Add score
2025-10-16 13:45:31 +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