mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
d_s_room / d_a_bg first pass
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include "f_pc/f_pc_stdcreate_req.h"
|
||||
#include "f_pc/f_pc_executor.h"
|
||||
#include "f_pc/f_pc_leaf.h"
|
||||
#include "f_pc/f_pc_layer_iter.h"
|
||||
|
||||
typedef int (*FastCreateReqFunc)(void*);
|
||||
typedef void (*fpcM_ManagementFunc)(void);
|
||||
@@ -66,6 +67,10 @@ inline BOOL fpcM_IsExecuting(unsigned int id) {
|
||||
return fpcEx_IsExist(id);
|
||||
}
|
||||
|
||||
inline void* fpcM_LyJudge(process_node_class* i_node, fpcLyIt_JudgeFunc i_func, void* i_data) {
|
||||
return fpcLyIt_Judge(&i_node->mLayer, i_func, i_data);
|
||||
}
|
||||
|
||||
void fpcM_Draw(void* pProc);
|
||||
s32 fpcM_DrawIterater(fpcM_DrawIteraterFunc pFunc);
|
||||
s32 fpcM_Execute(void* pProc);
|
||||
|
||||
Reference in New Issue
Block a user