tp/include/f/f_pc/f_pc_method_iter.h

14 lines
210 B
C

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