Use loc::toupper_ch instead of SDL_toupper in VFormat

This commit is part of rewritten history of the localization branch.
The original (unsquashed) commit history can be found here:
https://github.com/Dav999-v/VVVVVV/tree/localization-orig
This commit is contained in:
Dav999-v
2022-12-31 20:04:56 -08:00
committed by Misa Elizabeth Kai
parent 7ffbf0b115
commit 1ead8885ba
3 changed files with 14 additions and 2 deletions
+1
View File
@@ -2,5 +2,6 @@
#define CWRAPPERS_H
char* HELP_number_words(int _t);
uint32_t LOC_toupper_ch(uint32_t ch);
#endif /* CWRAPPERS_H */