d_a_tag_guard OK

This commit is contained in:
TakaRikka
2023-01-31 02:59:13 -08:00
parent ce13823586
commit e66f53a0b0
3 changed files with 88 additions and 99 deletions
+1
View File
@@ -18,5 +18,6 @@ struct dPath {
inline int dPath_ChkClose(dPath* i_path) { return (i_path->m_closed & 1); }
dPath* dPath_GetRoomPath(int path_index, int room_no);
dStage_dPnt_c* dPath_GetPnt(dPath const* path, int pnt_index);
#endif /* D_D_PATH_H */
@@ -1,6 +1,19 @@
#ifndef D_A_TAG_GUARD_H
#define D_A_TAG_GUARD_H
#include "dolphin/types.h"
#include "f_op/f_op_actor_mng.h"
#include "d/d_path.h"
class daTagGuard_c : public fopAc_ac_c {
public:
/* 80D597F8 */ int getAppearPoint(Vec*);
/* 80D5985C */ void createGuard(u32);
u8 getPathID() { return fopAcM_GetParam(this) >> 8; }
inline int create();
inline void create_init();
/* 0x568 */ dPath* mPath;
}; // Size: 0x56C
#endif /* D_A_TAG_GUARD_H */