event manager

This commit is contained in:
lepelog
2022-05-03 12:55:30 +02:00
parent 9bcbccbeb5
commit ac5a31ff42
50 changed files with 1071 additions and 3101 deletions
+5 -1
View File
@@ -27,6 +27,10 @@ inline void fpcM_SetParam(void* p_actor, u32 param) {
((base_process_class*)p_actor)->mParameters = param;
}
inline s16 fpcM_GetProfName(void* pActor) {
return ((base_process_class*)pActor)->mBsTypeId;
}
inline int fpcM_Create(s16 procName, FastCreateReqFunc createFunc, void* process) {
return fpcSCtRq_Request(fpcLy_CurrentLayer(), procName, (stdCreateFunc)createFunc, NULL,
process);
@@ -54,4 +58,4 @@ extern "C" {
void fpcM_Delete__FPv(void);
}
#endif
#endif