mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
41 lines
1.2 KiB
C++
41 lines
1.2 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: f_pc/f_pc_line_iter
|
|
//
|
|
|
|
#include "f_pc/f_pc_line_iter.h"
|
|
#include "SSystem/SComponent/c_tag_iter.h"
|
|
#include "SSystem/SComponent/c_tree_iter.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "f_pc/f_pc_base.h"
|
|
#include "f_pc/f_pc_create_tag.h"
|
|
#include "f_pc/f_pc_layer.h"
|
|
#include "f_pc/f_pc_line.h"
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 800236C0-80023728 0068+00 s=1 e=0 z=0 None .text
|
|
* fpcLnIt_MethodCall__FP16create_tag_classP13method_filter */
|
|
static s32 fpcLnIt_MethodCall(create_tag_class* pTag, method_filter* pFilter) {
|
|
layer_class* pLayer = static_cast<base_process_class*>(pTag->mpTagData)->mLyTg.mpLayer;
|
|
layer_class* pCurLayer = fpcLy_CurrentLayer();
|
|
s32 ret;
|
|
|
|
fpcLy_SetCurrentLayer(pLayer);
|
|
ret = cTgIt_MethodCall(pTag, pFilter);
|
|
fpcLy_SetCurrentLayer(pCurLayer);
|
|
|
|
return ret;
|
|
}
|
|
|
|
/* 80023728-80023764 003C+00 s=0 e=1 z=0 None .text fpcLnIt_Queue__FPFPvPv_i */
|
|
void fpcLnIt_Queue(fpcLnIt_QueueFunc pFunc) {
|
|
method_filter filter;
|
|
filter.mpMethodFunc = (cNdIt_MethodFunc)pFunc;
|
|
filter.mpUserData = NULL;
|
|
cTrIt_Method(&g_fpcLn_Queue, (cNdIt_MethodFunc)fpcLnIt_MethodCall, &filter);
|
|
}
|