mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
5867eaf68b
* typedef for cPhs_Step * make sdk includes consistent * d_menu_quit / d_msg_scrn_explain debug * d_a_obj_testcube mostly done * d_debug_pad mostly done * jstudio tool library headers * some JStudioCameraEditor headers * d_jcam_editor mostly done * try fixing some shield regressions * d_bg_parts mostly done * fix merge errors * debug fix
13 lines
214 B
C
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);
|
|
int fpcLd_Load(s16 i_procName);
|
|
|
|
#endif
|