mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 07:37:24 -04:00
119 lines
3.3 KiB
C++
119 lines
3.3 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: f_op/f_op_msg
|
|
//
|
|
|
|
#include "f_op/f_op_msg.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Types:
|
|
//
|
|
|
|
struct process_method_class {};
|
|
|
|
struct leafdraw_method_class {};
|
|
|
|
struct leafdraw_class {};
|
|
|
|
struct create_tag_class {};
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" static void fopMsg_Draw__FPv();
|
|
extern "C" static void fopMsg_Execute__FPv();
|
|
extern "C" static void fopMsg_IsDelete__FPv();
|
|
extern "C" static void fopMsg_Delete__FPv();
|
|
extern "C" static void fopMsg_Create__FPv();
|
|
extern "C" extern void* g_fopMsg_Method[5 + 1 /* padding */];
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void fopMsgM_GetAppend__FPv();
|
|
extern "C" void fopDwTg_ToDrawQ__FP16create_tag_classi();
|
|
extern "C" void fopDwTg_DrawQTo__FP16create_tag_class();
|
|
extern "C" void fopDwTg_Init__FP16create_tag_classPv();
|
|
extern "C" void fpcBs_MakeOfType__FPi();
|
|
extern "C" void fpcLf_GetPriority__FPC14leafdraw_class();
|
|
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" extern u8 struct_80451124[4];
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8001F488-8001F4B0 019DC8 0028+00 1/0 0/0 0/0 .text fopMsg_Draw__FPv */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
static asm void fopMsg_Draw(void* param_0) {
|
|
nofralloc
|
|
#include "asm/f_op/f_op_msg/fopMsg_Draw__FPv.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 8001F4B0-8001F4E8 019DF0 0038+00 1/0 0/0 0/0 .text fopMsg_Execute__FPv */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
static asm void fopMsg_Execute(void* param_0) {
|
|
nofralloc
|
|
#include "asm/f_op/f_op_msg/fopMsg_Execute__FPv.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 8001F4E8-8001F53C 019E28 0054+00 1/0 0/0 0/0 .text fopMsg_IsDelete__FPv */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
static asm void fopMsg_IsDelete(void* param_0) {
|
|
nofralloc
|
|
#include "asm/f_op/f_op_msg/fopMsg_IsDelete__FPv.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 8001F53C-8001F588 019E7C 004C+00 1/0 0/0 0/0 .text fopMsg_Delete__FPv */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
static asm void fopMsg_Delete(void* param_0) {
|
|
nofralloc
|
|
#include "asm/f_op/f_op_msg/fopMsg_Delete__FPv.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* ############################################################################################## */
|
|
/* 80450CF0-80450CF8 0001F0 0004+04 1/1 0/0 0/0 .sbss fopMsg_MSG_TYPE */
|
|
static u8 fopMsg_MSG_TYPE[4 + 4 /* padding */];
|
|
|
|
/* 8001F588-8001F660 019EC8 00D8+00 1/0 0/0 0/0 .text fopMsg_Create__FPv */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
static asm void fopMsg_Create(void* param_0) {
|
|
nofralloc
|
|
#include "asm/f_op/f_op_msg/fopMsg_Create__FPv.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* ############################################################################################## */
|
|
/* 803A3958-803A3970 -00001 0014+04 0/0 5/0 0/0 .data g_fopMsg_Method */
|
|
SECTION_DATA extern void* g_fopMsg_Method[5 + 1 /* padding */] = {
|
|
(void*)fopMsg_Create__FPv,
|
|
(void*)fopMsg_Delete__FPv,
|
|
(void*)fopMsg_Execute__FPv,
|
|
(void*)fopMsg_IsDelete__FPv,
|
|
(void*)fopMsg_Draw__FPv,
|
|
/* padding */
|
|
NULL,
|
|
};
|