mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Compiler performance enhancements
This commit is contained in:
parent
3736281ff7
commit
d623c21495
22 changed files with 679 additions and 291 deletions
|
@ -199,6 +199,7 @@ void OutputDebugStrF(const char* fmt ...);
|
|||
UTF16String ToWString(const StringImpl& theString);
|
||||
String ToString(const UTF16String& theString);
|
||||
String ToUpper(const StringImpl& theString);
|
||||
void MakeUpper(StringImpl& theString);
|
||||
UTF16String ToUpper(const UTF16String& theString);
|
||||
UTF16String ToLower(const UTF16String& theString);
|
||||
String ToLower(const StringImpl& theString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue