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 int create();
10 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:28
~daTagAJnot_c()
Definition d_a_tag_ajnot.cpp:21
int create()
Definition d_a_tag_ajnot.cpp:12
Definition f_op_actor.h:230