mirror of
https://github.com/zeldaret/tp
synced 2026-09-06 02:48:15 -04:00
d_camera work (#2226)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -56,4 +56,6 @@ struct view_class : public leafdraw_class {
|
||||
/* 0x1E0 */ Mtx mViewMtxNoTrans;
|
||||
};
|
||||
|
||||
#endif
|
||||
extern leafdraw_method_class g_fopVw_Method;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user