Files
tp/include/f_pc/f_pc_load.h
T
TakaRikka 24b72a5302 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
2024-11-29 18:24:26 +02:00

13 lines
214 B
C

#ifndef F_PC_LOAD_H_
#define F_PC_LOAD_H_
#include "dolphin/types.h"
BOOL fpcLd_Use(s16 i_procName);
BOOL fpcLd_IsLoaded(s16 i_procName);
void fpcLd_Free(s16 i_procName);
s32 fpcLd_Load(s16 i_procName);
#endif