Added code to handle appending multiple characters.

This commit is contained in:
2022-06-30 22:09:30 -05:00
parent d4331290e5
commit 3564c43ff4
3 changed files with 41 additions and 7 deletions
+1
View File
@@ -17,5 +17,6 @@ void TStringAppendText(const char* text, TString* string);
char* TStringGetString(const TString* string);
void TStringGetGlyph(int index, char buffer[8], const TString* string);
void TStringFree(TString* string);
int TStringLength(const TString* string);
#endif