mirror of
https://github.com/zeldaret/tp
synced 2026-09-01 01:41:51 -04:00
ported over f_pc
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#ifndef F_PC_F_PC_METHOD_ITER_H
|
||||
#define F_PC_F_PC_METHOD_ITER_H
|
||||
|
||||
#ifndef F_PC_METHOD_ITER_H_
|
||||
#define F_PC_METHOD_ITER_H_
|
||||
|
||||
#include "SSystem/SComponent/c_list_iter.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* F_PC_F_PC_METHOD_ITER_H */
|
||||
typedef int (*fpcMtdIt_MethodFunc)(void*);
|
||||
|
||||
void fpcMtdIt_Method(node_list_class* pList, fpcMtdIt_MethodFunc pMethod);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user