mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
12 lines
201 B
C
12 lines
201 B
C
|
|
#ifndef F_PC_LINE_ITER_H_
|
|
#define F_PC_LINE_ITER_H_
|
|
|
|
#include "SSystem/SComponent/c_node_iter.h"
|
|
|
|
typedef int (*fpcLnIt_QueueFunc)(void*, void*);
|
|
|
|
void fpcLnIt_Queue(fpcLnIt_QueueFunc pFunc);
|
|
|
|
#endif
|