Files
tp/include/f/f_pc/f_pc_method_iter.h
T
lepelog 88eb837a9c fpc symbol names (#119)
* fpcCtIt_filter_JudgeInLayer

* dStage_roomControl_c::getZoneNo

* fix fpc symbol names

* format

* mUnk0 -> mLayerID

Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-03-28 14:07:21 -04:00

13 lines
242 B
C

#ifndef F_PC_METHOD_ITER_H_
#define F_PC_METHOD_ITER_H_
#include "SComponent/c_list_iter.h"
#include "global.h"
typedef int (*fpcMtdIt_MethodFunc)(void*);
void fpcMtdIt_Method(node_list_class* pList, fpcMtdIt_MethodFunc pMethod);
#endif