Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_tag_schedule.h
Go to the documentation of this file.
1#ifndef D_A_TAG_SCHEDULE_H
2#define D_A_TAG_SCHEDULE_H
3
5
6class daTagSchedule_c : public fopAc_ac_c {
7public:
8 int create() {
10 return cPhs_COMPLEATE_e;
11 }
12
13 /* 0x568 */ u8 field_0x568[4];
14};
15
16#endif /* D_A_TAG_SCHEDULE_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
@ cPhs_COMPLEATE_e
Definition c_phase.h:13
Definition d_a_tag_schedule.h:6
u8 field_0x568[4]
Definition d_a_tag_schedule.h:13
int create()
Definition d_a_tag_schedule.h:8
Definition d_a_ep.cpp:19
unsigned char u8
Definition types.h:8