mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-01 09:47:24 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
13 lines
384 B
C++
13 lines
384 B
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: f_pc_method_iter.cpp
|
|
//
|
|
|
|
#include "f_pc/f_pc_method_iter.h"
|
|
#include "SSystem/SComponent/c_list_iter.h"
|
|
|
|
/* 8004023C-80040260 .text fpcMtdIt_Method__FP15node_list_classPFPv_i */
|
|
int fpcMtdIt_Method(node_list_class* i_nodeList, fpcMtdIt_MethodFunc i_methods) {
|
|
return cLsIt_Method(i_nodeList, (cNdIt_MethodFunc)i_methods, NULL);
|
|
}
|