Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_tag_arena.h
Go to the documentation of this file.
1#ifndef D_A_TAG_ARENA_H
2#define D_A_TAG_ARENA_H
3
5
6class daTagArena_c : public fopAc_ac_c {
7public:
8 int create() {
10 return cPhs_COMPLEATE_e;
11 }
12};
13
14#endif /* D_A_TAG_ARENA_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
@ cPhs_COMPLEATE_e
Definition c_phase.h:13
Definition d_a_tag_arena.h:6
int create()
Definition d_a_tag_arena.h:8
Definition d_a_ep.cpp:19