Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Add MSVC binary-compatible std::vector class. #2

@Andoryuuta

Description

@Andoryuuta

This would add a bunch functionality (inventory access, sprite model vector), and clean up a bunch of struct fields.

Functional:

STDVector Inventory_Tabs_Vec;

STDVector cub_sprite_models;

Cleanup:

struct STDVector

void* static_objects_vec_start_ptr;

uint32_t pickupable_objects_vec_start_ptr;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions