blob: 1079ac1511ddb13e0d83533b8b58650210d29688 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
//
// 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() {
}
|