mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-09 02:45:45 -04:00
d_a_kmon (#868)
* d_a_kmon: match for retail * d_a_kmon: match for demo * d_a_kmon: remove nonmatching comments
This commit is contained in:
+13
-10
@@ -1,22 +1,25 @@
|
||||
#ifndef D_A_KMON_H
|
||||
#define D_A_KMON_H
|
||||
|
||||
#include "f_op/f_op_actor.h"
|
||||
#include "d/actor/d_a_npc_ji1.h"
|
||||
|
||||
class daKmon_c : public fopAc_ac_c {
|
||||
public:
|
||||
inline cPhs_State _create();
|
||||
inline bool _delete();
|
||||
inline bool _draw();
|
||||
inline bool _execute();
|
||||
|
||||
void set_mtx();
|
||||
void CreateHeap();
|
||||
void CreateInit();
|
||||
BOOL CreateHeap();
|
||||
cPhs_State CreateInit();
|
||||
void checkTalk();
|
||||
|
||||
static const char m_arcname[];
|
||||
|
||||
public:
|
||||
/* Place member variables here */
|
||||
};
|
||||
/* 0x290 */ request_of_phase_process_class mPhase;
|
||||
/* 0x298 */ J3DModel* mpModel;
|
||||
/* 0x29C */ mDoExt_btkAnm mBtkAnm;
|
||||
/* 0x2B0 */ mDoExt_bckAnm mBckAnm;
|
||||
/* 0x2C0 */ dBgS_ObjAcch mAcch;
|
||||
/* 0x484 */ dBgS_AcchCir mAcchCir;
|
||||
/* 0x4C4 */ daNpc_Ji1_c* mpJi1;
|
||||
}; // Size: 0x4C8
|
||||
|
||||
#endif /* D_A_KMON_H */
|
||||
|
||||
Reference in New Issue
Block a user