Files
tp/include/f/f_pc/f_pc_method_iter.h
T
2020-12-26 11:31:49 -05:00

13 lines
190 B
C

#ifndef F_PC_METHOD_ITER_H
#define F_PC_METHOD_ITER_H
#include "SComponent/c_list_iter.h"
extern "C" {
void fpcMtdIt_Method(node_list_class* pList, cNdIt_MethodFunc pMethod);
};
#endif