mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 16:45:03 -04:00
10 lines
245 B
C
10 lines
245 B
C
#ifndef F_F_OP_SCENE_ITER_H_
|
|
#define F_F_OP_SCENE_ITER_H_
|
|
|
|
#include "dolphin/types.h"
|
|
#include "f_pc/f_pc_base.h"
|
|
|
|
typedef void* (*fop_ScnItFunc)(void* pProc, void* pUserData);
|
|
void* fopScnIt_Judge(fop_ScnItFunc pFunc1, void* pUserData);
|
|
|
|
#endif |