summaryrefslogtreecommitdiff
path: root/src/f_pc/f_pc_method_iter.cpp
blob: cecf5a6af674c639afe9f336292f7ce3f9e07d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */
BOOL fpcMtdIt_Method(node_list_class* i_nodeList, fpcMtdIt_MethodFunc i_methods) {
    return cLsIt_Method(i_nodeList, (cNdIt_MethodFunc)i_methods, NULL);
}