A collection of data structures for Mario Kart 7.
The data structures are generated from template files located in the template folder. These files have a special syntax so that it's easier to add new members to the data structures while doing reverse engeneering.
To generate the output usable header files, run make
in the repository root directory,
which will generate an include
folder. (You will need python
>= 3 installed).
Finally, include the needed headers in your project and build it using C++23.
See LICENSE.