diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-17 08:04:44 -0400 |
|---|---|---|
| committer | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-17 08:04:44 -0400 |
| commit | c84f07044deee726490471d1c3974d0f10513981 (patch) | |
| tree | 7fb07f6b10611f0cacb5336a3688a05ab401e53d | |
| parent | f2a4730501c95430df7c48997054e8817271a5ab (diff) | |
z64 header tweaks
| -rw-r--r-- | mm/include/z64actor.h | 3 | ||||
| -rw-r--r-- | mm/include/z64camera.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mm/include/z64actor.h b/mm/include/z64actor.h index 77173993c..0ba0287fe 100644 --- a/mm/include/z64actor.h +++ b/mm/include/z64actor.h @@ -1032,4 +1032,7 @@ s32 Actor_TrackPlayerSetFocusHeight(struct PlayState* play, Actor* actor, Vec3s* f32 focusHeight); s32 Actor_TrackPlayer(struct PlayState* play, Actor* actor, Vec3s* headRot, Vec3s* torsoRot, Vec3f focusPos); +void ActorOverlayTable_Init(void); +void ActorOverlayTable_Cleanup(void); + #endif diff --git a/mm/include/z64camera.h b/mm/include/z64camera.h index 6f0c4aa99..68344eee0 100644 --- a/mm/include/z64camera.h +++ b/mm/include/z64camera.h @@ -5,6 +5,7 @@ #include "z64math.h" #include "z64actor.h" #include "z64save.h" +#include "z64view.h" #include "unk.h" struct CollisionPoly; |
