mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-09 19:51:20 -04:00
clean up some inline parameters
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "m_Do/m_Do_audio.h"
|
||||
#include "d/d_item_data.h"
|
||||
#include "d/d_save.h"
|
||||
#include "d/d_event.h"
|
||||
|
||||
#define fopAcM_SetupActor(ptr,ClassName) \
|
||||
if (!fopAcM_CheckCondition(ptr, fopAcCnd_INIT_e)) { \
|
||||
@@ -635,8 +636,8 @@ inline void fopAcM_offDraw(fopAc_ac_c* actor) {
|
||||
fopDwTg_DrawQTo(&actor->draw_tag);
|
||||
}
|
||||
|
||||
inline void fopAcM_orderOtherEvent(fopAc_ac_c* ac, char* event, u16 flag) {
|
||||
fopAcM_orderOtherEvent2(ac, event, flag);
|
||||
inline void fopAcM_orderOtherEvent(fopAc_ac_c* ac, char* event, u16 hind = -1) {
|
||||
fopAcM_orderOtherEvent2(ac, event, dEvtFlag_NOPARTNER_e, hind);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -60,7 +60,8 @@ typedef int (*fopMsgCreateFunc)(void*);
|
||||
JKRExpHeap* fopMsgM_createExpHeap(u32, JKRHeap*);
|
||||
JKRExpHeap* fopMsgM_createExpHeap(u32);
|
||||
u32 fopMsgM_Create(s16, fopMsgCreateFunc, void*);
|
||||
s32 fopMsgM_create(s16 param_0, fopAc_ac_c* param_1, cXyz* param_2, u32* param_3, u32* param_4, fopMsgCreateFunc createFunc);
|
||||
s32 fopMsgM_create(s16 param_0, fopAc_ac_c* param_1 = NULL, cXyz* param_2 = NULL,
|
||||
u32* param_3 = NULL, u32* param_4 = NULL, fopMsgCreateFunc createFunc = NULL);
|
||||
void fopMsgM_Delete(void* process);
|
||||
fopMsg_prm_class* fopMsgM_GetAppend(void* msg);
|
||||
void fopMsgM_setMessageID(uint);
|
||||
|
||||
Reference in New Issue
Block a user