mirror of
https://github.com/zeldaret/tp
synced 2026-05-31 01:16:02 -04:00
ported over f_pc
This commit is contained in:
@@ -7,41 +7,12 @@
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
|
||||
struct node_list_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
|
||||
*/
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
asm void fpcMtdIt_Method(node_list_class* param_0, int (*)(void*)) {
|
||||
nofralloc
|
||||
#include "asm/f_pc/f_pc_method_iter/fpcMtdIt_Method__FP15node_list_classPFPv_i.s"
|
||||
void fpcMtdIt_Method(node_list_class* pList, fpcMtdIt_MethodFunc pMethod) {
|
||||
cLsIt_Method(pList, (cNdIt_MethodFunc)pMethod, NULL);
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
Reference in New Issue
Block a user