diff options
| author | Julgodis <> | 2021-03-29 00:10:25 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-03-29 00:10:25 +0200 |
| commit | 815c1a2039a8579d5dc81615250501b6942800d6 (patch) | |
| tree | dd6cb473752f7e8ae6c60f254f2067f5791a50bb /src/f_op/f_op_msg.cpp | |
| parent | c6c405e457377cc30f7b6ef2b3aa730af0bff845 (diff) | |
clang-format
Diffstat (limited to 'src/f_op/f_op_msg.cpp')
| -rw-r--r-- | src/f_op/f_op_msg.cpp | 78 |
1 files changed, 34 insertions, 44 deletions
diff --git a/src/f_op/f_op_msg.cpp b/src/f_op/f_op_msg.cpp index 958c299f45..72f4e8d68e 100644 --- a/src/f_op/f_op_msg.cpp +++ b/src/f_op/f_op_msg.cpp @@ -1,31 +1,27 @@ -// +// // Generated By: dol2asm // Translation Unit: f_op/f_op_msg -// +// +#include "f_op/f_op_msg.h" #include "dol2asm.h" #include "dolphin/types.h" -#include "f_op/f_op_msg.h" -// +// // Types: -// +// -struct process_method_class { -}; +struct process_method_class {}; -struct leafdraw_method_class { -}; +struct leafdraw_method_class {}; -struct leafdraw_class { -}; +struct leafdraw_class {}; -struct create_tag_class { -}; +struct create_tag_class {}; -// +// // Forward References: -// +// static void fopMsg_Draw(void*); static void fopMsg_Execute(void*); @@ -41,9 +37,9 @@ 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: -// +// void fopMsgM_GetAppend(void*); void fopDwTg_ToDrawQ(create_tag_class*, int); @@ -71,78 +67,72 @@ 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 0028+00 s=1 e=0 z=0 None .text fopMsg_Draw__FPv */ +/* 8001F488-8001F4B0 0028+00 s=1 e=0 z=0 None .text fopMsg_Draw__FPv */ #pragma push #pragma optimization_level 0 #pragma optimizewithasm off asm static void fopMsg_Draw(void* param_0) { - nofralloc + nofralloc #include "asm/f_op/f_op_msg/fopMsg_Draw__FPv.s" } #pragma pop - -/* 8001F4B0-8001F4E8 0038+00 s=1 e=0 z=0 None .text fopMsg_Execute__FPv */ +/* 8001F4B0-8001F4E8 0038+00 s=1 e=0 z=0 None .text fopMsg_Execute__FPv */ #pragma push #pragma optimization_level 0 #pragma optimizewithasm off asm static void fopMsg_Execute(void* param_0) { - nofralloc + nofralloc #include "asm/f_op/f_op_msg/fopMsg_Execute__FPv.s" } #pragma pop - -/* 8001F4E8-8001F53C 0054+00 s=1 e=0 z=0 None .text fopMsg_IsDelete__FPv */ +/* 8001F4E8-8001F53C 0054+00 s=1 e=0 z=0 None .text fopMsg_IsDelete__FPv */ #pragma push #pragma optimization_level 0 #pragma optimizewithasm off asm static void fopMsg_IsDelete(void* param_0) { - nofralloc + nofralloc #include "asm/f_op/f_op_msg/fopMsg_IsDelete__FPv.s" } #pragma pop - -/* 8001F53C-8001F588 004C+00 s=1 e=0 z=0 None .text fopMsg_Delete__FPv */ +/* 8001F53C-8001F588 004C+00 s=1 e=0 z=0 None .text fopMsg_Delete__FPv */ #pragma push #pragma optimization_level 0 #pragma optimizewithasm off asm static void fopMsg_Delete(void* param_0) { - nofralloc + nofralloc #include "asm/f_op/f_op_msg/fopMsg_Delete__FPv.s" } #pragma pop - /* ############################################################################################## */ -/* 80450CF0-80450CF8 0004+04 s=1 e=0 z=0 None .sbss fopMsg_MSG_TYPE */ +/* 80450CF0-80450CF8 0004+04 s=1 e=0 z=0 None .sbss fopMsg_MSG_TYPE */ static u8 fopMsg_MSG_TYPE[4 + 4 /* padding */]; -/* 8001F588-8001F660 00D8+00 s=1 e=0 z=0 None .text fopMsg_Create__FPv */ +/* 8001F588-8001F660 00D8+00 s=1 e=0 z=0 None .text fopMsg_Create__FPv */ #pragma push #pragma optimization_level 0 #pragma optimizewithasm off asm static void fopMsg_Create(void* param_0) { - nofralloc + nofralloc #include "asm/f_op/f_op_msg/fopMsg_Create__FPv.s" } #pragma pop - /* ############################################################################################## */ -/* 803A3958-803A3970 0014+04 s=0 e=5 z=0 None .data g_fopMsg_Method */ +/* 803A3958-803A3970 0014+04 s=0 e=5 z=0 None .data g_fopMsg_Method */ SECTION_DATA 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, + (void*)fopMsg_Create__FPv, + (void*)fopMsg_Delete__FPv, + (void*)fopMsg_Execute__FPv, + (void*)fopMsg_IsDelete__FPv, + (void*)fopMsg_Draw__FPv, + /* padding */ + NULL, }; - |
