mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-03 18:36:06 -04:00
5f287fcaee
* initial progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * more progress * fix outdated member names * more progress * more progress * more progress * more progress * more progress * more progress * fixed deprecated member references * more progress * more progress * more progress * fix deprecated member references * more progress * more progress * more progress * more progress * more progress * check in for review * remove comment * initial PR changes * more PR changes * more PR changes * added anonymous struct as class member * reverted changes to `stage_camera2_data_class` * added `dCamera_event_data`, `dCamera_monitoring_things` and `dCamera_DMC_system` from debug maps * more progress * more progress * realmatch for `camera_draw` * PR changes * fix broken merge * formatting * Reverted change to `camSphChkdata` that caused `sph_chk_callback` match to regress * Reverted change to `BG` struct that caused ctor and dtor match to regress
30 lines
807 B
C++
30 lines
807 B
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: f_op_camera_mng.cpp
|
|
//
|
|
|
|
#include "f_op/f_op_camera_mng.h"
|
|
#include "f_pc/f_pc_layer.h"
|
|
#include "f_pc/f_pc_stdcreate_req.h"
|
|
|
|
static fpc_ProcID l_fopCamM_id[4];
|
|
|
|
/* 80029468-80029470 .text fopCamM_GetParam__FP12camera_class */
|
|
u32 fopCamM_GetParam(camera_class* i_this) {
|
|
return fpcM_GetParam(i_this);
|
|
}
|
|
|
|
/* 80029470-800294D4 .text fopCamM_Create__FisPv */
|
|
fpc_ProcID fopCamM_Create(int i_cameraIdx, s16 i_procName, void* i_append) {
|
|
l_fopCamM_id[i_cameraIdx] = fpcSCtRq_Request(fpcLy_CurrentLayer(), i_procName, NULL, NULL, i_append);
|
|
return l_fopCamM_id[i_cameraIdx];
|
|
}
|
|
|
|
/* 800294D4-800294D8 .text fopCamM_Management__Fv */
|
|
void fopCamM_Management() {
|
|
}
|
|
|
|
/* 800294D8-800294DC .text fopCamM_Init__Fv */
|
|
void fopCamM_Init() {
|
|
}
|