mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 02:03:55 -04:00
d_shop_camera, d_shop_item_ctrl OK (#2044)
This commit is contained in:
@@ -68,6 +68,10 @@ inline cXyz* fopCamM_GetEye_p(camera_class* i_camera) {
|
||||
return &i_camera->mLookat.mEye;
|
||||
}
|
||||
|
||||
inline cXyz* fopCamM_GetCenter_p(camera_class* i_camera) {
|
||||
return &i_camera->mLookat.mCenter;
|
||||
}
|
||||
|
||||
u32 fopCamM_Create(int i_cameraIdx, s16 pProcName, void* param_3);
|
||||
void fopCamM_Management(void);
|
||||
u32 fopCamM_GetParam(camera_class* pCamera);
|
||||
|
||||
Reference in New Issue
Block a user