mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 06:16:52 -04:00
d_a_obj_auzu (#935)
* 59% matching in .text * d_a_obj_auzu 100% for demo and retail * Named all fields of daObjAuzu::Act_c * All fields named
This commit is contained in:
@@ -18,6 +18,9 @@ typedef int (*fpcM_DrawIteraterFunc)(void*, void*);
|
||||
inline fpc_ProcID fpcM_GetID(void* pProc) {
|
||||
return pProc != NULL ? ((base_process_class*)pProc)->mBsPcId : fpcM_ERROR_PROCESS_ID_e;
|
||||
}
|
||||
inline BOOL fpcM_IsErrorID(fpc_ProcID id) {
|
||||
return id == fpcM_ERROR_PROCESS_ID_e ? TRUE : FALSE;
|
||||
}
|
||||
inline s16 fpcM_GetName(void* pProc) {
|
||||
return ((base_process_class*)pProc)->mProcName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user