mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-29 16:44:40 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
7 lines
189 B
C
7 lines
189 B
C
#ifndef F_F_OP_SCENE_ITER_H_
|
|
#define F_F_OP_SCENE_ITER_H_
|
|
|
|
typedef void* (*fop_ScnItFunc)(void* pProc, void* pUserData);
|
|
void* fopScnIt_Judge(fop_ScnItFunc pFunc1, void* pUserData);
|
|
|
|
#endif |