Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
f_pc_creator.h
Go to the documentation of this file.
1
2#ifndef F_PC_CREATOR_H_
3#define F_PC_CREATOR_H_
4
5#include "f_pc/f_pc_base.h"
6
8
12void fpcCt_Handler();
13
14#endif
T cLib_calcTimer(T *value)
Definition c_lib.h:79
unsigned int fpc_ProcID
Definition f_pc_base.h:10
BOOL fpcCt_IsCreatingByID(fpc_ProcID id)
Definition f_pc_creator.cpp:11
BOOL fpcCt_Abort(base_process_class *pProc)
Definition f_pc_creator.cpp:21
void fpcCt_Handler()
Definition f_pc_creator.cpp:26
BOOL fpcCt_IsDoing(base_process_class *pProc)
Definition f_pc_creator.cpp:16
Definition f_pc_base.h:17
int BOOL
Definition types.h:27