Rename CSaveWorld to CWorldSaveGameInfo, minor fixes

Former-commit-id: 9b3a16477f
This commit is contained in:
2022-10-26 21:40:41 -07:00
parent 64292a911e
commit 0319fbbf47
14 changed files with 101 additions and 47 deletions

View File

@@ -70,6 +70,7 @@ public:
inline const T& back() const { return data()[x0_count - 1]; }
inline T& operator[](int idx) { return data()[idx]; }
inline const T& operator[](int idx) const { return data()[idx]; }
iterator erase(iterator it) {}
};
} // namespace rstl