mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 07:18:47 -04:00
073992df8d
* cleanup f_pc files * cleanup f_op files * fix a couple f_op_actor_mng functions * minor JSystem work
8 lines
191 B
C
8 lines
191 B
C
#ifndef F_F_OP_SCENE_ITER_H_
|
|
#define F_F_OP_SCENE_ITER_H_
|
|
|
|
typedef void* (*fop_ScnItFunc)(void* i_scene, void* i_data);
|
|
void* fopScnIt_Judge(fop_ScnItFunc i_judgeFunc, void* i_data);
|
|
|
|
#endif
|