mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 16:45:03 -04:00
13 lines
190 B
C
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
|