Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_tag_ajnot.h
Go to the documentation of this file.
1#ifndef D_A_TAG_AJNOT_H
2#define D_A_TAG_AJNOT_H
3
4#include "d/d_com_inf_game.h"
5
6class daTagAJnot_c : public fopAc_ac_c {
7public:
8 /* 805A2658 */ int create();
9 /* 805A26C8 */ ~daTagAJnot_c();
10 /* 805A2744 */ int execute();
11};
12
13#endif /* D_A_TAG_AJNOT_H */
Definition d_a_tag_ajnot.h:6
int execute()
Definition d_a_tag_ajnot.cpp:33
~daTagAJnot_c()
Definition d_a_tag_ajnot.cpp:23
int create()
Definition d_a_tag_ajnot.cpp:11
Definition d_a_ep.cpp:19