Files
tp/include/f_pc/f_pc_creator.h
T

15 lines
289 B
C
Raw Normal View History

2021-04-01 12:06:29 +02:00
#ifndef F_PC_CREATOR_H_
#define F_PC_CREATOR_H_
2021-03-28 22:49:05 +02:00
#include "dolphin/types.h"
2021-04-01 12:06:29 +02:00
struct base_process_class;
BOOL fpcCt_IsCreatingByID(unsigned int id);
s32 fpcCt_IsDoing(struct base_process_class* pProc);
BOOL fpcCt_Abort(struct base_process_class* pProc);
void fpcCt_Handler(void);
#endif