mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 23:05:11 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
10 lines
156 B
C
10 lines
156 B
C
|
|
#ifndef F_PC_LINE_ITER_H_
|
|
#define F_PC_LINE_ITER_H_
|
|
|
|
typedef int (*fpcLnIt_QueueFunc)(void*, void*);
|
|
|
|
void fpcLnIt_Queue(fpcLnIt_QueueFunc pFunc);
|
|
|
|
#endif
|