Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_ym_tag.h
Go to the documentation of this file.
1#ifndef D_A_E_YM_TAG_H
2#define D_A_E_YM_TAG_H
3
4#include "d/actor/d_a_e_ym.h"
5
14class daE_YM_TAG_c : public fopAc_ac_c {
15public:
16 /* 80815E8C */ int execute();
17 /* 80815F28 */ int create();
18};
19
20#endif /* D_A_E_YM_TAG_H */
Twilight Insect Tag.
Definition d_a_e_ym_tag.h:14
int create()
Definition d_a_e_ym_tag.cpp:58
int execute()
Definition d_a_e_ym_tag.cpp:29
Definition d_a_ep.cpp:19