mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 07:37:24 -04:00
77 lines
2.3 KiB
C++
77 lines
2.3 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: f_op/f_op_view
|
|
//
|
|
|
|
#include "f_op/f_op_view.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" static void fopVw_Draw__FP10view_class();
|
|
extern "C" static void fopVw_Execute__FP10view_class();
|
|
extern "C" static void fopVw_IsDelete__FPv();
|
|
extern "C" static void fopVw_Delete__FP10view_class();
|
|
extern "C" static void fopVw_Create__FPv();
|
|
extern "C" extern void* g_fopVw_Method[5 + 1 /* padding */];
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void fpcLf_DrawMethod__FP21leafdraw_method_classPv();
|
|
extern "C" void fpcMtd_Execute__FP20process_method_classPv();
|
|
extern "C" void fpcMtd_IsDelete__FP20process_method_classPv();
|
|
extern "C" void fpcMtd_Delete__FP20process_method_classPv();
|
|
extern "C" void fpcMtd_Create__FP20process_method_classPv();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8001F1A8-8001F1D0 019AE8 0028+00 1/0 0/0 0/0 .text fopVw_Draw__FP10view_class */
|
|
void fopVw_Draw(view_class* pView) {
|
|
fpcLf_DrawMethod((leafdraw_method_class*)pView->pmProcessMtd, pView);
|
|
}
|
|
|
|
/* 8001F1D0-8001F1F8 019B10 0028+00 1/0 0/0 0/0 .text fopVw_Execute__FP10view_class */
|
|
void fopVw_Execute(view_class* pView) {
|
|
fpcMtd_Execute(pView->pmProcessMtd, pView);
|
|
}
|
|
|
|
/* 8001F1F8-8001F220 019B38 0028+00 1/0 0/0 0/0 .text fopVw_IsDelete__FPv */
|
|
s32 fopVw_IsDelete(void* param_1) {
|
|
view_class* pView = (view_class*)param_1;
|
|
return fpcMtd_IsDelete(pView->pmProcessMtd, pView);
|
|
}
|
|
|
|
/* 8001F220-8001F248 019B60 0028+00 1/0 0/0 0/0 .text fopVw_Delete__FP10view_class */
|
|
s32 fopVw_Delete(view_class* pView) {
|
|
return fpcMtd_Delete(pView->pmProcessMtd, pView);
|
|
}
|
|
|
|
/* 8001F248-8001F284 019B88 003C+00 1/0 0/0 0/0 .text fopVw_Create__FPv */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
static asm void fopVw_Create(void* param_0) {
|
|
nofralloc
|
|
#include "asm/f_op/f_op_view/fopVw_Create__FPv.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* ############################################################################################## */
|
|
/* 803A3928-803A3940 -00001 0014+04 0/0 2/0 0/0 .data g_fopVw_Method */
|
|
SECTION_DATA extern void* g_fopVw_Method[5 + 1 /* padding */] = {
|
|
(void*)fopVw_Create,
|
|
(void*)fopVw_Delete,
|
|
(void*)fopVw_Execute,
|
|
(void*)fopVw_IsDelete,
|
|
(void*)fopVw_Draw,
|
|
/* padding */
|
|
NULL,
|
|
};
|