1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-02 22:14:33 +00:00

[headers] z64inventory.h, move savectx/inventory macros to z64save.h (#2209)

* [headers] z64inventory.h

* move savectx/inventory macros to z64save.h

* commit the file

* bss
This commit is contained in:
Dragorn421 2024-09-18 21:40:59 +02:00 committed by GitHub
parent 8348132511
commit a1a192b1a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 108 additions and 88 deletions

View file

@ -23,6 +23,7 @@
#include "z64scene.h"
#include "z64effect.h"
#include "z64game_over.h"
#include "z64inventory.h"
#include "z64item.h"
#include "z64animation.h"
#include "z64animation_legacy.h"