mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user