mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 17:27:19 -04:00
some cleanup of f_pc/f_op files (#2254)
* cleanup f_pc files * cleanup f_op files * fix a couple f_op_actor_mng functions * minor JSystem work
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
|
||||
/* 80023764-80023788 0024+00 s=0 e=1 z=0 None .text fpcMtdIt_Method__FP15node_list_classPFPv_i
|
||||
*/
|
||||
void fpcMtdIt_Method(node_list_class* i_nodeList, fpcMtdIt_MethodFunc i_methods) {
|
||||
cLsIt_Method(i_nodeList, (cNdIt_MethodFunc)i_methods, NULL);
|
||||
}
|
||||
int fpcMtdIt_Method(node_list_class* i_nodeList, fpcMtdIt_MethodFunc i_methods) {
|
||||
return cLsIt_Method(i_nodeList, (cNdIt_MethodFunc)i_methods, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user