ported over f_pc

This commit is contained in:
lepelog
2021-04-01 12:06:29 +02:00
parent 87bc0e711b
commit 53c6aa6c8b
62 changed files with 2202 additions and 3049 deletions
+9 -3
View File
@@ -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