Add score

This commit is contained in:
2025-10-18 17:43:22 +01:00
parent 4da5437715
commit 07616120d3
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