d_camera work (#2226)

This commit is contained in:
Caroline Madsen
2024-10-27 00:35:25 -04:00
committed by GitHub
parent 606178dc88
commit f5e80cf9fd
29 changed files with 1858 additions and 2121 deletions
+2
View File
@@ -14,4 +14,6 @@ static s32 fopCam_Draw(camera_class* param_1);
static int fopCam_Execute(camera_class* pCamera);
int fopCam_IsDelete(camera_class* pCamera);
extern leafdraw_method_class g_fopCam_Method;
#endif
+3 -1
View File
@@ -56,4 +56,6 @@ struct view_class : public leafdraw_class {
/* 0x1E0 */ Mtx mViewMtxNoTrans;
};
#endif
extern leafdraw_method_class g_fopVw_Method;
#endif