mirror of
https://github.com/zeldaret/tp
synced 2026-06-17 15:17:13 -04:00
13 lines
158 B
C
13 lines
158 B
C
|
|
#ifndef F_PC_LINE_ITER_H
|
|
#define F_PC_LINE_ITER_H
|
|
|
|
#include "SComponent/c_node_iter.h"
|
|
|
|
extern "C" {
|
|
|
|
void fpcLnIt_Queue(cNdIt_MethodFunc pFunc);
|
|
};
|
|
|
|
#endif
|