Rename number to number_words

This is to clarify that it returns the word forms of numbers, not
numbers themselves.
This commit is contained in:
Misa
2021-09-25 15:08:13 -07:00
parent 409f7b078f
commit 38b2213745
5 changed files with 25 additions and 25 deletions

View File

@@ -109,7 +109,7 @@ public:
std::string timestring(int t);
std::string number(int _t);
std::string number_words(int _t);
static bool intersects( SDL_Rect A, SDL_Rect B );