Files
tp/include/f/f_pc/f_pc_method_iter.h
T

14 lines
212 B
C
Raw Normal View History

2020-11-30 14:26:55 -08:00
#ifndef F_PC_METHOD_ITER_H_
#define F_PC_METHOD_ITER_H_
2020-11-30 14:26:55 -08:00
#include "SComponent/c_list_iter.h"
2020-12-31 21:12:29 +01:00
#include "global.h"
2020-11-30 14:26:55 -08:00
extern "C" {
2020-12-26 11:31:49 -05:00
void fpcMtdIt_Method(node_list_class* pList, cNdIt_MethodFunc pMethod);
2020-11-30 14:26:55 -08:00
};
#endif