mirror of
https://github.com/zeldaret/ss
synced 2026-08-09 02:46:51 -04:00
dStageMgr_c start, more splits
This commit is contained in:
@@ -76,6 +76,10 @@ struct SizedString {
|
||||
va_end(list);
|
||||
return printed;
|
||||
}
|
||||
|
||||
size_t len() const {
|
||||
return strlen(mChars);
|
||||
}
|
||||
};
|
||||
|
||||
// TODO this might be a shared template with SizedString but I'm
|
||||
|
||||
Reference in New Issue
Block a user