mirror of
https://github.com/zeldaret/tp
synced 2026-06-30 20:01:54 -04:00
88eb837a9c
* fpcCtIt_filter_JudgeInLayer * dStage_roomControl_c::getZoneNo * fix fpc symbol names * format * mUnk0 -> mLayerID Co-authored-by: Pheenoh <pheenoh@gmail.com>
13 lines
242 B
C
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
|