ported over f_pc

This commit is contained in:
lepelog
2021-04-01 12:06:29 +02:00
parent 87bc0e711b
commit 53c6aa6c8b
62 changed files with 2202 additions and 3049 deletions
+11 -3
View File
@@ -1,6 +1,14 @@
#ifndef F_PC_F_PC_CREATOR_H
#define F_PC_F_PC_CREATOR_H
#ifndef F_PC_CREATOR_H_
#define F_PC_CREATOR_H_
#include "dolphin/types.h"
#endif /* F_PC_F_PC_CREATOR_H */
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