mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-05 03:07:40 -04:00
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// 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);
|
||||
}
|
||||
Reference in New Issue
Block a user