From c84f07044deee726490471d1c3974d0f10513981 Mon Sep 17 00:00:00 2001 From: Eblo <7004497+Eblo@users.noreply.github.com> Date: Wed, 17 Sep 2025 08:04:44 -0400 Subject: z64 header tweaks --- mm/include/z64actor.h | 3 +++ mm/include/z64camera.h | 1 + 2 files changed, 4 insertions(+) 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; -- cgit v1.2.3