Merge branch 'master' of https://github.com/rheit/zdoom into zscript
This commit is contained in:
commit
62a259bb36
8 changed files with 507 additions and 388 deletions
|
|
@ -268,6 +268,7 @@ public:
|
|||
bool IsNotEmpty() const { return Len() != 0; }
|
||||
|
||||
void Truncate (long newlen);
|
||||
void Remove(size_t index, size_t remlen);
|
||||
|
||||
int Compare (const FString &other) const { return strcmp (Chars, other.Chars); }
|
||||
int Compare (const char *other) const { return strcmp (Chars, other); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue