Add score

This commit is contained in:
Camden Dixie O'Brien
2025-10-16 13:45:31 +01:00
parent a1cfb77cac
commit 07553feef1
3 changed files with 151 additions and 23 deletions

3
text.h
View File

@@ -1,6 +1,7 @@
#ifndef TEXT_H
#define TEXT_H
void text_draw(const char *s);
void text_draw_centre(const char *s);
void text_draw_score(float aspect, unsigned score);
#endif