Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored ResourceManager to use vector.
Removed usage of a raw buffer of bytes in favour of std vector<optional<ResourceData>>. This approach is safer, avoiding memory management + fixes GCC errors using offsetof on non-standard Resource types.
- Loading branch information