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

14 lines
242 B
C
Raw Normal View History

2020-11-30 14:26:55 -08:00
#ifndef F_PC_CREATE_ITER_H
#define F_PC_CREATE_ITER_H
#include "SComponent/c_node_iter.h"
extern "C" {
2020-12-26 11:31:49 -05:00
int fpcCtIt_Method(cNdIt_MethodFunc pJudge, void* pUserData);
void* fpcCtIt_Judge(cNdIt_JudgeFunc pJudge, void* pUserData);
2020-11-30 14:26:55 -08:00
};
#endif