mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
d_a_dmidna OK / f_op + misc cleanup (#276)
* some f_op / d_insect cleanup * rename some vars according to tww * d_a_dmidna OK * remove asm
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
#ifndef D_A_DMIDNA_H
|
||||
#define D_A_DMIDNA_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
|
||||
class daDmidna_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 8045CED8 */ int createHeap();
|
||||
/* 8045CFE4 */ int create();
|
||||
/* 8045D0B4 */ ~daDmidna_c();
|
||||
/* 8045D144 */ void setMatrix();
|
||||
/* 8045D1A0 */ int execute();
|
||||
/* 8045D204 */ int draw();
|
||||
|
||||
/* 0x568 */ request_of_phase_process_class mPhase;
|
||||
/* 0x570 */ u8 unk_0x570[4];
|
||||
/* 0x574 */ mDoExt_McaMorfSO* mpModelMorf;
|
||||
};
|
||||
|
||||
#endif /* D_A_DMIDNA_H */
|
||||
|
||||
Reference in New Issue
Block a user