CPlayer header, more CScriptPlatform, renaming

Former-commit-id: 5d9f7afa3b
This commit is contained in:
2022-09-19 00:19:46 -04:00
parent f6f1040fff
commit b32c6018e8
33 changed files with 674 additions and 63 deletions

View File

@@ -62,6 +62,7 @@ public:
}
void reserve(int size);
iterator erase(iterator it);
void push_back(const T& in) {
if (x4_count >= x8_capacity) {