mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 09:17:15 -04:00
215421ba51
* move remaining old progress * remove asm
82 lines
2.6 KiB
C++
82 lines
2.6 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: f_op/f_op_overlap
|
|
//
|
|
|
|
#include "f_op/f_op_overlap.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "f_op/f_op_overlap_mng.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" static void fopOvlp_Draw__FPv();
|
|
extern "C" static void fopOvlp_Execute__FPv();
|
|
extern "C" static void fopOvlp_IsDelete__FPv();
|
|
extern "C" static void fopOvlp_Delete__FPv();
|
|
extern "C" static void fopOvlp_Create__FPv();
|
|
extern "C" extern void* g_fopOvlp_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();
|
|
extern "C" void cReq_Create__FP18request_base_classUc();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8001E37C-8001E3A4 018CBC 0028+00 1/0 0/0 0/0 .text fopOvlp_Draw__FPv */
|
|
static s32 fopOvlp_Draw(void* ovlp) {
|
|
overlap_task_class* overlap = (overlap_task_class*)ovlp;
|
|
return fpcLf_DrawMethod(overlap->field_0xc0, ovlp);
|
|
}
|
|
|
|
/* 8001E3A4-8001E3CC 018CE4 0028+00 1/0 0/0 0/0 .text fopOvlp_Execute__FPv */
|
|
static s32 fopOvlp_Execute(void* ovlp) {
|
|
overlap_task_class* overlap = (overlap_task_class*)ovlp;
|
|
return fpcMtd_Execute(&overlap->field_0xc0->mBase, ovlp);
|
|
}
|
|
|
|
/* 8001E3CC-8001E3F4 018D0C 0028+00 1/0 0/0 0/0 .text fopOvlp_IsDelete__FPv */
|
|
static s32 fopOvlp_IsDelete(void* ovlp) {
|
|
overlap_task_class* overlap = (overlap_task_class*)ovlp;
|
|
return fpcMtd_IsDelete(&overlap->field_0xc0->mBase, ovlp);
|
|
}
|
|
|
|
/* 8001E3F4-8001E41C 018D34 0028+00 1/0 0/0 0/0 .text fopOvlp_Delete__FPv */
|
|
static s32 fopOvlp_Delete(void* ovlp) {
|
|
overlap_task_class* overlap = (overlap_task_class*)ovlp;
|
|
return fpcMtd_Delete(&overlap->field_0xc0->mBase, ovlp);
|
|
}
|
|
|
|
/* 8001E41C-8001E484 018D5C 0068+00 1/0 0/0 0/0 .text fopOvlp_Create__FPv */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
static asm void fopOvlp_Create(void* param_0) {
|
|
nofralloc
|
|
#include "asm/f_op/f_op_overlap/fopOvlp_Create__FPv.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* ############################################################################################## */
|
|
/* 803A3878-803A3890 -00001 0014+04 0/0 10/0 0/0 .data g_fopOvlp_Method */
|
|
SECTION_DATA extern void* g_fopOvlp_Method[5 + 1 /* padding */] = {
|
|
(void*)fopOvlp_Create__FPv,
|
|
(void*)fopOvlp_Delete__FPv,
|
|
(void*)fopOvlp_Execute__FPv,
|
|
(void*)fopOvlp_IsDelete__FPv,
|
|
(void*)fopOvlp_Draw__FPv,
|
|
/* padding */
|
|
NULL,
|
|
};
|