summaryrefslogtreecommitdiff
path: root/include/d/d_drawlist.h
diff options
context:
space:
mode:
authorCaroline Madsen <69010899+randomsalience@users.noreply.github.com>2024-04-26 22:20:26 -0400
committerGitHub <noreply@github.com>2024-04-26 19:20:26 -0700
commit669c7d920b196d8f1b998420014bcc9397abaa32 (patch)
treeb8d660dc7d05769be5e6aa1c91f184b3389ecc10 /include/d/d_drawlist.h
parentc163dc9ed31c69eb791be1dcdcd7ab8b296e95a1 (diff)
d_a_npc_zra mostly done, misc npc work (#2140)
Diffstat (limited to 'include/d/d_drawlist.h')
-rw-r--r--include/d/d_drawlist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/d/d_drawlist.h b/include/d/d_drawlist.h
index cbc9de6d05..f8311e2468 100644
--- a/include/d/d_drawlist.h
+++ b/include/d/d_drawlist.h
@@ -369,6 +369,10 @@ public:
param_6);
}
+ bool addRealShadow(u32 key, J3DModel* model) {
+ return mShadowControl.addReal(key, model);
+ }
+
void newPeekZdata(s16 param_0, s16 param_1, u32* param_2) {
mPeekZ.newData(param_0, param_1, param_2);
}