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_pc/f_pc_method_iter.cpp | |
| parent | c6c405e457377cc30f7b6ef2b3aa730af0bff845 (diff) | |
clang-format
Diffstat (limited to 'src/f_pc/f_pc_method_iter.cpp')
| -rw-r--r-- | src/f_pc/f_pc_method_iter.cpp | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/src/f_pc/f_pc_method_iter.cpp b/src/f_pc/f_pc_method_iter.cpp index 38eec6608f..4e614450e6 100644 --- a/src/f_pc/f_pc_method_iter.cpp +++ b/src/f_pc/f_pc_method_iter.cpp @@ -1,50 +1,47 @@ -// +// // Generated By: dol2asm // Translation Unit: f_pc/f_pc_method_iter -// +// +#include "f_pc/f_pc_method_iter.h" #include "dol2asm.h" #include "dolphin/types.h" -#include "f_pc/f_pc_method_iter.h" -// +// // Types: -// +// -struct node_list_class { -}; +struct node_list_class {}; -struct node_class { -}; +struct node_class {}; -// +// // Forward References: -// +// void fpcMtdIt_Method(node_list_class*, int (*)(void*)); extern "C" void fpcMtdIt_Method__FP15node_list_classPFPv_i(); -// +// // External References: -// +// void cLsIt_Method(node_list_class*, int (*)(node_class*, void*), void*); extern "C" void cLsIt_Method__FP15node_list_classPFP10node_classPv_iPv(); -// +// // Declarations: -// +// -/* 80023764-80023788 0024+00 s=0 e=1 z=0 None .text fpcMtdIt_Method__FP15node_list_classPFPv_i */ +/* 80023764-80023788 0024+00 s=0 e=1 z=0 None .text fpcMtdIt_Method__FP15node_list_classPFPv_i + */ #pragma push #pragma optimization_level 0 #pragma optimizewithasm off asm void fpcMtdIt_Method(node_list_class* param_0, int (*)(void*)) { - nofralloc + nofralloc #include "asm/f_pc/f_pc_method_iter/fpcMtdIt_Method__FP15node_list_classPFPv_i.s" } #pragma pop - - |
