Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
f_pc_load.h
Go to the documentation of this file.
1
2#ifndef F_PC_LOAD_H_
3#define F_PC_LOAD_H_
4
5#include "dolphin/types.h"
6
11
12#endif
T cLib_calcTimer(T *value)
Definition c_lib.h:74
s32 fpcLd_IsLoaded(s16 procName)
Definition f_pc_load.cpp:21
void fpcLd_Free(s16 procName)
Definition f_pc_load.cpp:26
BOOL fpcLd_Use(s16 procName)
Definition f_pc_load.cpp:14
s32 fpcLd_Load(s16 procName)
Definition f_pc_load.cpp:31
int BOOL
Definition types.h:27
signed short s16
Definition types.h:5
signed long s32
Definition types.h:6