Added code to handle appending multiple characters.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user