mirror of
https://github.com/zeldaret/tp
synced 2026-05-26 07:39:06 -04:00
80ba3d9fd2
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
11 lines
195 B
C
11 lines
195 B
C
|
|
#ifndef F_PC_METHOD_ITER_H_
|
|
#define F_PC_METHOD_ITER_H_
|
|
|
|
#include "SComponent/c_list_iter.h"
|
|
#include "global.h"
|
|
|
|
void fpcMtdIt_Method(node_list_class* pList, cNdIt_MethodFunc pMethod);
|
|
|
|
#endif
|