Make aspect global

This commit is contained in:
Camden Dixie O'Brien
2025-10-16 14:28:41 +01:00
parent 03f1bedc61
commit 34e32c6a46
7 changed files with 14 additions and 21 deletions

2
text.h
View File

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