This repository was archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Add MSVC binary-compatible std::vector class. #2
Copy link
Copy link
Open
Description
This would add a bunch functionality (inventory access, sprite model vector), and clean up a bunch of struct fields.
Functional:
Line 333 in 539bb66
| STDVector Inventory_Tabs_Vec; |
Line 21 in 539bb66
| STDVector cub_sprite_models; |
Cleanup:
Line 51 in 539bb66
| struct STDVector |
Line 12 in 539bb66
| void* static_objects_vec_start_ptr; |
Line 28 in 539bb66
| uint32_t pickupable_objects_vec_start_ptr; |
Metadata
Metadata
Assignees
Labels
No labels