mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 07:18:47 -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
|