summaryrefslogtreecommitdiff
path: root/include/d/com
diff options
context:
space:
mode:
authorTom Overton <tom.overton@outlook.com>2022-12-31 03:38:18 -0800
committerTom Overton <tom.overton@outlook.com>2022-12-31 03:42:12 -0800
commitba90c927ea2206b3031616831ce8eaebefe93143 (patch)
treebb08e946a4c744f1b90a4ab965558867ff8f965f /include/d/com
parent2ef41a019cd0a2f7a54708dff1c3715d4144e2c1 (diff)
d_a_tag_mmsg OK
Diffstat (limited to 'include/d/com')
-rw-r--r--include/d/com/d_com_inf_game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/d/com/d_com_inf_game.h b/include/d/com/d_com_inf_game.h
index 93c1363063..2f74001e9d 100644
--- a/include/d/com/d_com_inf_game.h
+++ b/include/d/com/d_com_inf_game.h
@@ -2681,6 +2681,8 @@ inline u32 dComIfGp_particle_setPolyColor(u32 param_0, u16 param_1, cBgS_PolyInf
int dComIfGd_setSimpleShadow(cXyz* pos, f32 param_1, f32 param_2, cBgS_PolyInfo& param_3, s16 angle,
f32 param_5, _GXTexObj* tex);
+stage_camera_class* dComIfGp_getRoomCamera(int i_roomNo);
+stage_arrow_class* dComIfGp_getRoomArrow(int i_roomNo);
int dComIfGd_setShadow(u32 param_0, s8 param_1, J3DModel* param_2, cXyz* param_3, f32 param_4,
f32 param_5, f32 param_6, f32 param_7, cBgS_PolyInfo& param_8,
dKy_tevstr_c* param_9, s16 param_10, f32 param_11, _GXTexObj* param_12);