mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-14 14:08:07 -04:00
31 lines
830 B
C++
31 lines
830 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"
|
|
#include "f_pc/f_pc_manager.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* param_3) {
|
|
l_fopCamM_id[i_cameraIdx] = fpcSCtRq_Request(fpcLy_CurrentLayer(), i_procName, 0, 0, param_3);
|
|
return l_fopCamM_id[i_cameraIdx];
|
|
}
|
|
|
|
/* 800294D4-800294D8 .text fopCamM_Management__Fv */
|
|
void fopCamM_Management() {
|
|
}
|
|
|
|
/* 800294D8-800294DC .text fopCamM_Init__Fv */
|
|
void fopCamM_Init() {
|
|
}
|