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_DRAW_H
#define F_PC_F_PC_DRAW_H
#ifndef F_PC_DRAW_H_
#define F_PC_DRAW_H_
#include "SSystem/SComponent/c_node_iter.h"
#include "f_pc/f_pc_base.h"
#include "dolphin/types.h"
#endif /* F_PC_F_PC_DRAW_H */
typedef int (*fpcDw_HandlerFunc)(void*, void*);
typedef int (*fpcDw_HandlerFuncFunc)(fpcDw_HandlerFunc);
s32 fpcDw_Execute(base_process_class* pProc);
s32 fpcDw_Handler(fpcDw_HandlerFuncFunc param_1, fpcDw_HandlerFunc param_2);
#endif