mirror of
https://github.com/zeldaret/tp
synced 2026-09-01 17:49:58 -04:00
d_a_tag_guard OK
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user